From 0270abc763a1a2ca1162f2fd49b1734d6c5652b2 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 15 十月 2025 00:42:24 +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