修改判断顾问,去掉版本提示

This commit is contained in:
老叶
2022-05-30 10:01:03 +08:00
parent 4bd9d11c32
commit 533c448dcd
2 changed files with 11 additions and 6 deletions
+6 -1
View File
@@ -66,7 +66,7 @@ Page({
staffArray: [],
staffobj: [],
staffIndex:-1,
userInfo:app.getStorageByKey("userInfo"),
userInfo:'',
of_id:'',
of2_id:'',
@@ -83,6 +83,11 @@ Page({
[key]: options[key]
})
}
this.setData({
userInfo:app.getStorageByKey("userInfo"),
})
//客户-tab
this.getAppCustomersTabs()
//获取列表筛选条件
+5 -5
View File
@@ -59,11 +59,11 @@ Page({
// '',
// '',
// '',
'调整【客户等级】H级(3天内购车)、A级(7天内购车)、B级(15天内购车);',
'调整【客户跟进】逻辑,新增"跟进渠道"选项,可自行根据客户等级调整下次跟进时间;',
'优化【首页】相关信息展示;',
'优化【客户列表】【订单列表】的搜索功能及信息展示;',
'对其他页面细节进行了优化;',
// '调整【客户等级】H级(3天内购车)、A级(7天内购车)、B级(15天内购车);',
// '调整【客户跟进】逻辑,新增"跟进渠道"选项,可自行根据客户等级调整下次跟进时间;',
// '优化【首页】相关信息展示;',
// '优化【客户列表】【订单列表】的搜索功能及信息展示;',
// '对其他页面细节进行了优化;',
],
},
},