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) { } else if (index == 2) {
uni.setStorageSync("getInfo", a) uni.setStorageSync("getInfo", a)
uni.navigateTo({ uni.navigateTo({
url: "/pages/news/recycling/detail?type=1" url: "/pages/news/recycling/detail?type="+1
}) })
} }
}, },

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

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

Loading…
Cancel
Save