ソースを参照

提交代码~

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) {

読み込み中…
キャンセル
保存