Browse Source

提交代码~

release/210823_需求对对碰
王饶冀 3 years ago
parent
commit
2f4a523a49
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      pages/index/index.js

+ 3
- 1
pages/index/index.js View File

@@ -199,7 +199,9 @@ Page({
type = "";
}
if (currentTab == 'my') {
type = app.globalData.businessCommunicationCustomer.attentionTypeIds;
if(app.globalData.businessCommunicationCustomer){
type = app.globalData.businessCommunicationCustomer.attentionTypeIds;
}
}
let paramIsInterest = 0;
if (isInterest) {

Loading…
Cancel
Save