From 8432603d7628b3290bc6e8b26cccef79815e0d79 Mon Sep 17 00:00:00 2001 From: woody Date: Mon, 28 Apr 2025 11:50:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(details):=20=E5=95=86=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E8=B4=AD=E7=89=A9=E8=BD=A6=E6=95=B0=E9=87=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/specialArea/details.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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)