diff --git a/pages/news3/seasoningCondimentsRecord.vue b/pages/news3/seasoningCondimentsRecord.vue index ad10c80..3763902 100644 --- a/pages/news3/seasoningCondimentsRecord.vue +++ b/pages/news3/seasoningCondimentsRecord.vue @@ -150,7 +150,7 @@ this.form.transfer_image_id = trList.join(','); // 聊天记录 let atList = [] - this.chatList = this.chatList.concat(this.handleList); + this.chatList = this.chatList.concat(this.handChatList); this.chatList.forEach(item => { atList.push(item.file_id) }); diff --git a/pages/news3/setOutRecords.vue b/pages/news3/setOutRecords.vue index e2e3a5f..0a99e7e 100644 --- a/pages/news3/setOutRecords.vue +++ b/pages/news3/setOutRecords.vue @@ -137,7 +137,6 @@ uni.$off('refreshData') }, onShow() { - this.classifyShow =1 uni.$on('refreshData', () => { // 调用列表接口 @@ -196,8 +195,8 @@ message, data } = await newFunApi.shopOrderList({ - // dataType: 'all', - dataType: 'complete', + dataType: 'all', + // dataType: 'complete', page: this.pageNum, searchValue: this.searchText, searchValue: '',