浏览代码

提交代码,首页index,js新增个人关注类型分类判断

release/210823_需求对对碰
王饶冀 3 年前
父节点
当前提交
f39fc2954d
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5
    1
      pages/index/index.js

+ 5
- 1
pages/index/index.js 查看文件

@@ -82,8 +82,12 @@ Page({
this.toSearch();
const businessCommunicationCustomer = wx.getStorageSync('businessCommunicationCustomer') || null;
if (businessCommunicationCustomer) {
let attentionTypeIds = businessCommunicationCustomer.attentionTypeIds;
if(attentionTypeIds){
attentionTypeIds = attentionTypeIds.split(',');
}
this.setData({
attentionTypeIds: businessCommunicationCustomer.attentionTypeIds.split(','),
attentionTypeIds,
customerId:businessCommunicationCustomer.customerId
})
}

正在加载...
取消
保存