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