- 调整了数组和对象的格式- 优化了缩进和空格 - 删除了未使用的变量
@ -281,10 +281,11 @@ export default {
},
//获取签单意向联系人
async getSigning_intention_contact() {},
async getSigning_intention_contact() {
//获取跟进人员
async getFollow_up_personnel() {},
async getFollow_up_personnel() {
submit() {
@ -73,7 +73,7 @@
uni.setStorageSync('token', res.data.token);
let userType = res.data.userType
// userType = 3//测试完注释本行
// userType = 2//测试完注释本行
console.log('用户类型',userType)
uni.setStorageSync('userType', userType);