Просмотр исходного кода

提交代码~

release/210823_需求对对碰
王饶冀 3 лет назад
Родитель
Сommit
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) {

Загрузка…
Отмена
Сохранить