diff --git a/pages/home/home.vue b/pages/home/home.vue
index 6420e13..c95cdd2 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -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;
}
},
diff --git a/pages/other_package/productInfo/productInfo.vue b/pages/other_package/productInfo/productInfo.vue
index 6dc1a8a..4a71210 100644
--- a/pages/other_package/productInfo/productInfo.vue
+++ b/pages/other_package/productInfo/productInfo.vue
@@ -144,7 +144,7 @@
-
首页
@@ -165,7 +165,7 @@
+ :style="isShowCart ? 'width: 360rpx' : ''" @click="checkSpecification(true, 'buy')">
立即购买
@@ -241,7 +241,7 @@
- {{ item.type }}
+ {{ item.type }}