From a2386e559babca48004d45bf885032f470e37f4f Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期一, 08 九月 2025 15:31:30 +0800
Subject: [PATCH] 移除取消订单按钮

---
 pages/cart/coupon/myCoupon.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/pages/cart/coupon/myCoupon.vue b/pages/cart/coupon/myCoupon.vue
index 8193706..afacc3b 100644
--- a/pages/cart/coupon/myCoupon.vue
+++ b/pages/cart/coupon/myCoupon.vue
@@ -204,6 +204,7 @@
         title: "鍔犺浇涓�",
       });
       let index = this.tabCurrentIndex;
+	  console.log(this.navList[index].params)
       getMemberCoupons(this.navList[index].params).then((res) => {
         uni.stopPullDownRefresh();
         if (res.data.success) {
@@ -252,8 +253,12 @@
       // uni.navigateTo({
       //   url: `/pages/navigation/search/searchPage?promotionsId=${item.couponId}&promotionType=COUPON`,
       // });
+	  if(item.scopeType ==='PORTION_GOODS'){
+		  //鑾峰彇浼樻儬鍗峰搴旂殑鍟嗗搧
+		  //鎸囧畾璺宠浆鍒板晢鍝佽鎯呴〉闈㈣繘琛岃喘涔�
+	  }
 	  uni.navigateTo({
-	  	url: '/pages/commodity-square/commoditySquare'
+	  	url: `/pages/commodity-square/coups-goods-list?promotionsId=${item.couponId}&promotionType=COUPON`
 	  });
     },
 

--
Gitblit v1.8.0