@ -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))