소스 검색

提交代码,首页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
})
}

Loading…
취소
저장