Ver código fonte

提交代码~

release/210823_需求对对碰
王饶冀 4 anos atrás
pai
commit
2f4a523a49
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3
    1
      pages/index/index.js

+ 3
- 1
pages/index/index.js Ver arquivo

type = ""; type = "";
} }
if (currentTab == 'my') { if (currentTab == 'my') {
type = app.globalData.businessCommunicationCustomer.attentionTypeIds;
if(app.globalData.businessCommunicationCustomer){
type = app.globalData.businessCommunicationCustomer.attentionTypeIds;
}
} }
let paramIsInterest = 0; let paramIsInterest = 0;
if (isInterest) { if (isInterest) {

Carregando…
Cancelar
Salvar