pages/home/supplier-home.vue
@@ -267,7 +267,7 @@ } }).then(res => { if (res.code == 0) { this.noticeList = (res.data && res.data.records || []) this.noticeList = (res.data && res.data || []) console.log('this.noticeList', this.noticeList) if (this.noticeList.length > 0) { this.currentNotice = this.noticeList[0]