From f28307ee30c44e185db7285a97f0658c571eb036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Wed, 5 Nov 2025 10:31:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=80=E6=AC=BE=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BB=B7=E6=A0=BC=E4=B8=8D=E4=B8=80=E6=A0=B7=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/homeServer/index/index.css | 2 +- packages/myOrders/index/popup/afterSale/index.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/homeServer/index/index.css b/packages/homeServer/index/index.css index 1548c5a3..99f6daba 100644 --- a/packages/homeServer/index/index.css +++ b/packages/homeServer/index/index.css @@ -386,7 +386,7 @@ height: 100rpx; position: fixed; right: 33rpx; - bottom: 320rpx; + bottom: 100rpx; z-index: 10; } diff --git a/packages/myOrders/index/popup/afterSale/index.vue b/packages/myOrders/index/popup/afterSale/index.vue index ef07d6e0..6809ae26 100644 --- a/packages/myOrders/index/popup/afterSale/index.vue +++ b/packages/myOrders/index/popup/afterSale/index.vue @@ -29,7 +29,7 @@ {{ item.goods_name }} {{ item.goods_spec }} - ¥{{ item.cost_price }}/个 + ¥{{ item.sales_price }}/个 x{{ item.count }} @@ -310,6 +310,7 @@ export default { // 打开售后弹窗 openAfterSalePopup() { this.$nextTick(() => { + console.log("🚀 ~ this.afterSaleGoods:", this.afterSaleGoods) if (this.afterSaleGoods && this.afterSaleGoods.length > 0) { this.selectedAsGood = this.afterSaleGoods[0].goods_id; this.afterSalesType = 2