From 0ef2d7d2ac8cb69573549765347019116ae0ac74 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Tue, 29 Jul 2025 21:33:28 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4088=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E9=A2=86=E5=8F=96=E7=9B=B2?= =?UTF-8?q?=E7=9B=92=E7=A4=BC=E5=8C=85=E5=90=8E=EF=BC=8C=E7=A4=BC=E5=8C=85?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=94=B3=E8=AF=B7=E9=80=80=E6=AC=BE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=BA=94=E9=9A=90=E8=97=8F=E9=80=80=E6=AC=BE?= =?UTF-8?q?=E9=87=91=E9=A2=9D=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/GoodsReturn/index.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pages/order/GoodsReturn/index.vue b/pages/order/GoodsReturn/index.vue index d68b21b..d2c66c6 100644 --- a/pages/order/GoodsReturn/index.vue +++ b/pages/order/GoodsReturn/index.vue @@ -2,11 +2,12 @@ - + + - - {{ cart.productInfo.storeName }} - + + {{ orderInfo.isGiftCardReceiveBlind === 0 ? cart.productInfo.storeName : '盲盒礼包' }} + ¥{{ cart.productInfo.attrInfo @@ -23,7 +24,7 @@ 退货件数 {{ orderInfo.totalNum }} - + 退款金额 ¥{{ orderInfo.payPrice }} @@ -65,6 +66,7 @@ export default { mixins: [pageListenMixins], data() { return { + webUrl: this.$VUE_APP_RESOURCES_URL, url: `${VUE_APP_API_URL}/upload/image`, headers: { Authorization: "Bearer " + this.$store.state.token