From 1625b684412694851576dc2f2812b4d20c577803 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 03 九月 2024 15:34:39 +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..bc63022 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&¤tInfo.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