瀏覽代碼

提交代码~

release/210823_需求对对碰
王饶冀 3 年之前
父節點
當前提交
2f4a523a49
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      pages/index/index.js

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

@@ -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…
取消
儲存