main
fanfan 9 months ago
parent cb225defa4
commit eef540852c
  1. 2
      pages/activity/intimate.vue
  2. 1
      pages/news/recycling/detail.vue
  3. 2
      pages/news/recycling/index.vue

@ -140,7 +140,7 @@
} else if (index == 2) {
uni.setStorageSync("getInfo", a)
uni.navigateTo({
url: "/pages/news/recycling/detail?type=1"
url: "/pages/news/recycling/detail?type="+1
})
}
},

@ -194,6 +194,7 @@
}
},
openPage(index) {
console.log(index)
if (index == 2) {
this.isShow = true;
} else if (index == 3) {

@ -76,7 +76,7 @@
type: 'serve_notice'
})
.then(result => {
if (result.data.detail.content) {
if (result.data.detail) {
app.list.push(this.formatRichText(result.data.detail.content))
}
})

Loading…
Cancel
Save