From bc3f2da328975fea99b4f6528bd96fdfc71fd2e4 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期四, 05 九月 2024 15:50:25 +0800
Subject: [PATCH] 1

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

diff --git a/pages/user/supplier-user.vue b/pages/user/supplier-user.vue
index 6359687..a247935 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/good-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>
@@ -489,7 +490,7 @@
 					success: async function(res) {
 						console.log('条码内容:' + res.result);
 						if (!res.result) {
-							that.$message.showToast('未识别出合伙人信息,如果是微信小程序二维码,请微信扫码打开')
+							that.$message.showToast('未识别出合伙人信息,请用微信扫码打开')
 							return
 						}
 						var dto = undefined

--
Gitblit v1.9.3