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