调整vip规则

This commit is contained in:
liuyuan
2025-03-13 11:29:12 +08:00
parent b4f9e13059
commit 14807d6b54
6 changed files with 309 additions and 342 deletions

View File

@@ -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}`,
});