feat:优化

This commit is contained in:
2026-07-22 22:59:55 +08:00
parent d9d3ec573a
commit 268207b01b
3 changed files with 32 additions and 25 deletions
+11 -11
View File
@@ -263,13 +263,6 @@ export default {
superGoodsList: [], // 超级补贴商品列表
homeActivedList: [
{
id: 1,
title: "超级补贴",
title_icon: "https://static.tbmall.xin/static/new-home/home_9.png",
path: "super-subsidy",
rightText: "官方补贴 .100%正品",
activedType: "super",
}, {
id: 2,
title: "活动预告",
title_text: "限时秒杀",
@@ -277,7 +270,14 @@ export default {
path: "limited-time",
rightText: "专属补贴 . 低价秒杀",
activedType: "seckill",
},
}, {
id: 1,
title: "超级补贴",
title_icon: "https://static.tbmall.xin/static/new-home/home_9.png",
path: "super-subsidy",
rightText: "官方补贴 .100%正品",
activedType: "super",
}
], // 首页活动列表
activedTabId: "seckill", // 当前选中的活动类型
attributes: {},
@@ -566,7 +566,7 @@ export default {
// #endif
},
onCloseBannerShow() {
if(this.updateApkObj.isForce){
if (this.updateApkObj.isForce) {
// #ifdef APP-PLUS
if (uni.getSystemInfoSync().platform === 'android') {
plus.runtime.quit();
@@ -578,8 +578,8 @@ export default {
});
}
// #endif
}else{
this.bannerShow = false;
} else {
this.bannerShow = false;
}
},