zhouwenxuan
2023-11-15 f5d67b69142c78be1ee996f53b6bb8e4c954761c
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))
                  })