소스 검색

提交代码~

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…
취소
저장