| @@ -78,6 +78,11 @@ Page({ | |||
| el.lastContentDate = el.lastContentDate.replaceAll('/', '-'); | |||
| el.size += 1; | |||
| } | |||
| if(el.customer){ | |||
| if(el.customer.paidByMonth){ | |||
| el.businessCommunicationCustomerVO.nickName = el.customer.nickName | |||
| } | |||
| } | |||
| }) | |||
| _this.setData({ | |||
| msgData | |||
| @@ -131,6 +136,12 @@ Page({ | |||
| if (typeof el.type == 'string') { | |||
| el.type = el.type.split(','); | |||
| } | |||
| if(el.customer){ | |||
| // console.log(el.customer.paidByMonth,el.customer.nickName) | |||
| if(el.customer.paidByMonth){ | |||
| el.businessCommunicationCustomerVO.nickName = el.customer.nickName | |||
| } | |||
| } | |||
| }) | |||
| // 设置总数 | |||
| this.setData({ | |||