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 @@ {{ '购物车' }} - @@ -145,7 +146,7 @@ @tap="goBuy" shape="circle" color="linear-gradient(to right, #005BAC, #005BAC )">{{'立即购买'}} --> - {{ '加入购物车' }} + 加入购物车 @@ -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)