调整vip规则
This commit is contained in:
@@ -349,7 +349,6 @@ export default {
|
||||
...mapMutations(["setUserInfo"]),
|
||||
|
||||
async getAdvertisement() {
|
||||
console.log("11111111111111111111 at line 233:", 11111111111111111111);
|
||||
await this.$http
|
||||
.request({
|
||||
url: "common/mainAd/getMainAd",
|
||||
@@ -358,7 +357,6 @@ export default {
|
||||
type: 2,
|
||||
},
|
||||
header: {
|
||||
//默认 无 说明:请求头
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
})
|
||||
@@ -388,12 +386,6 @@ export default {
|
||||
});
|
||||
},
|
||||
goNotice(index) {
|
||||
console.log("at line 297:", this.noticeList[index]);
|
||||
// var mynavData = JSON.stringify({
|
||||
// ...this.noticeList[index],
|
||||
// navTitle: this.noticeList[index].title,
|
||||
// title: this.noticeList[index].title,
|
||||
// }); // 这里转换成 字符串
|
||||
uni.navigateTo({
|
||||
url: `/pages/homePage/index/noticeDetail?id=${this.noticeList[index].id}`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user