From 51787547d2ebcc93183b7f8d00c42f4056ef6d86 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 16:28:18 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=E5=88=97?=
=?UTF-8?q?=E8=A1=A8=E5=94=AE=E5=90=8E=E6=93=8D=E4=BD=9C=E7=9A=84=E9=80=BB?=
=?UTF-8?q?=E8=BE=91=E5=88=A4=E6=96=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packages/myOrders/index/index.vue | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/packages/myOrders/index/index.vue b/packages/myOrders/index/index.vue
index 760319c3..794d7e09 100644
--- a/packages/myOrders/index/index.vue
+++ b/packages/myOrders/index/index.vue
@@ -68,7 +68,7 @@
-
+
@@ -213,17 +213,17 @@ export default {
console.log(item.id);
// 根据条件判断是否可以售后
- request(afterSaleApi.isAllow, "POST", {
- order_id: item.id,
- }).then((res) => {
- if (res.data.is_allow_after_sales) {
- this.afterSaleGoods = res.data.allow_items;
- // this.selectedAsGood = item.commodity_order_item_list[0].id;
- this.$refs.afterSalePopupRef.openAfterSalePopup();
- } else {
- this.noSalePopup = true
- }
- });
+ // request(afterSaleApi.isAllow, "POST", {
+ // order_id: item.id,
+ // }).then((res) => {
+ // if (res.data.is_allow_after_sales) {
+ // this.afterSaleGoods = res.data.allow_items;
+ // // this.selectedAsGood = item.commodity_order_item_list[0].id;
+ // this.$refs.afterSalePopupRef.openAfterSalePopup();
+ // } else {
+ // this.noSalePopup = true
+ // }
+ // });
},
// 处理退款提交事件