From 9cfb7141478e85dfc1367b6fb5f31852aa20c1d2 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 03 九月 2024 11:43:24 +0800
Subject: [PATCH] update我的会员券、领券中心等

---
 pages/user/supplier-user.vue |   37 +++++++++++++++++++------------------
 1 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/pages/user/supplier-user.vue b/pages/user/supplier-user.vue
index 6359687..f0c97da 100644
--- a/pages/user/supplier-user.vue
+++ b/pages/user/supplier-user.vue
@@ -176,18 +176,19 @@
 						</image>
 						<view>投诉反馈</view>
 					</view>
-<!-- 
-					<view class="service-icons" @click="goto('/sub_pages/customer/self/coupon',true)">
-						<image src="../../static/images/customer/service/service-icon-8.png" class="t2 service-icon ">
-						</image>
-						<view>优惠券</view>
+					<!-- #ifdef PUB_CUSTOMER_DEV -->
+					<view class="service-icons" @click="goto('/sub_pages/customer/coupon/coupon-self',true)">
+						<image src="../../static/images/customer/service/service-icon-8.png" class="t2 service-icon ">
+						</image>
+						<view>优惠券</view>
 					</view>
 
-					<view class="service-icons" @click="goto('/sub_pages/customer/self/feedback',true)">
-						<image src="../../static/images/customer/service/service-icon-9.png" class="t2 service-icon ">
-						</image>
-						<view>兑换券</view>
-					</view> -->
+					<view class="service-icons" @click="goto('/sub_pages/customer/coupon/point-self',true)">
+						<image src="../../static/images/customer/service/service-icon-9.png" class="t2 service-icon ">
+						</image>
+						<view>兑换券</view>
+					</view>
+					<!-- #endif -->
 				</view>
 			</view>
 		</view>
@@ -255,13 +256,13 @@
 				<view class="right-icon">
 					<uni-icons type="right"></uni-icons>
 				</view>
-			</view>
-			
-			<!-- <view class="user-util m-t-12 flex" @click="goto('/sub_pages/partner/delivery/delivery-detail',true)">
-				<view class="title">debug</view>
-				<view class="right-icon">
-					<uni-icons type="right"></uni-icons>
-				</view>
+			</view>
+
+			<!-- <view class="user-util m-t-12 flex" @click="goto('/sub_pages/partner/delivery/delivery-detail',true)">
+				<view class="title">debug</view>
+				<view class="right-icon">
+					<uni-icons type="right"></uni-icons>
+				</view>
 			</view> -->
 			<view class="user-util m-t-12 flex" v-if="currentInfo&&currentInfo.id"
 				@click="goto('/pages/user/user-bind-wx/user-bind-wx',true)">
@@ -270,7 +271,7 @@
 					<uni-icons type="right"></uni-icons>
 				</view>
 			</view>
-		<!-- 	<view class="user-util m-t-12 flex" @click="goto('/sub_pages/customer/self/feedback',true)">
+			<!-- 	<view class="user-util m-t-12 flex" @click="goto('/sub_pages/customer/self/feedback',true)">
 				<view class="title">投诉反馈</view>
 				<view class="right-icon">
 					<uni-icons type="right"></uni-icons>

--
Gitblit v1.9.3