pages/tabBar/response/response.vue
@@ -82,6 +82,8 @@ }, getResponseList() { this.loading = true getResponse(this.data).then(res => { if (res.code === 100) { let list = res.data ? res.data : []; @@ -110,6 +112,7 @@ getDetail({id: item.id}).then(res => { console.log("response",res) if(res.code == 100) { uni.setStorageSync('backFlag','response'); uni.navigateTo({ url: `/pages/tabBar/notice/detail?data=` + encodeURIComponent(JSON.stringify(res.data)) })