diff --git a/pages/specialArea/details.vue b/pages/specialArea/details.vue
index cb4eeea..3f05953 100644
--- a/pages/specialArea/details.vue
+++ b/pages/specialArea/details.vue
@@ -136,7 +136,8 @@
{{ '购物车' }}
-
@@ -252,9 +253,7 @@ export default {
countDown: "",
};
},
- computed: {
- ...mapGetters(["user", "shopCarLength"]),
- },
+
onLoad(options) {
this.pkCountry = uni.getStorageSync("pkCountry");
this.waresCode = options.waresCode;
@@ -267,6 +266,7 @@ export default {
});
},
computed: {
+ ...mapGetters(["user", "shopCarLength"]),
bannerImgList() {
const list = this.imgUrlList.map(item => item)
list.splice(1,1)