From 8478015e961b93963e0a269d92c281d84da44f63 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 09 九月 2024 23:47:09 +0800 Subject: [PATCH] update 会员信息、兑换商品等 --- pages/user/supplier-user.vue | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pages/user/supplier-user.vue b/pages/user/supplier-user.vue index 101383b..8e66cea 100644 --- a/pages/user/supplier-user.vue +++ b/pages/user/supplier-user.vue @@ -43,31 +43,31 @@ <!-- #ifdef PUB_CUSTOMER_DEV --> <span class="member-level" @click="goto('/sub_pages/customer/self/member-center',true)" v-if="currentInfo&¤tInfo.customerDTO&¤tInfo.customerDTO.userGrowthRecord"> - <view v-if="currentInfo.customerDTO.userGrowthRecord.currentMemberLevel=='普通会员'"> - <image class="member-icon v1" + <view v-if="currentInfo.customerDTO.userGrowthRecord.currentMemberLevel=='普通会员'" class="v1"> + <image class="member-icon" src="../../static/images/customer/coupon/member/icon-member-1.png"></image> {{currentInfo.customerDTO.userGrowthRecord.currentMemberLevel}} - <uni-icons color="#79C57B" type="right" size="18"></uni-icons> + <uni-icons color="#7CC662" type="right" size="18"></uni-icons> </view> - <view v-else-if="currentInfo.customerDTO.userGrowthRecord.currentMemberLevel=='银卡会员'"> + <view v-else-if="currentInfo.customerDTO.userGrowthRecord.currentMemberLevel=='银卡会员'" class="v2"> <image class="member-icon v2" src="../../static/images/customer/coupon/member/icon-member-2.png"></image> {{currentInfo.customerDTO.userGrowthRecord.currentMemberLevel}} - <uni-icons color="#96B1E9" type="right" size="18"></uni-icons> + <uni-icons color="#7498E0" type="right" size="18"></uni-icons> </view> - <view v-else-if="currentInfo.customerDTO.userGrowthRecord.currentMemberLevel=='金卡会员'"> + <view v-else-if="currentInfo.customerDTO.userGrowthRecord.currentMemberLevel=='金卡会员'" class="v3"> <image class="member-icon v3" src="../../static/images/customer/coupon/member/icon-member-3.png"></image> {{currentInfo.customerDTO.userGrowthRecord.currentMemberLevel}} - <uni-icons color="#AD790F" type="right" size="18"></uni-icons> + <uni-icons color="#C47810" type="right" size="18"></uni-icons> </view> - <view v-else> + <view v-else class="v4"> <image class="member-icon v4" - src="../../static/images/customer/coupon/member/icon-member-3.png"></image> + src="../../static/images/customer/coupon/member/icon-member-4.png"></image> {{currentInfo.customerDTO.userGrowthRecord.currentMemberLevel}} - <uni-icons color="#E4531C" type="right" size="18"></uni-icons> + <uni-icons color="#DD834E" type="right" size="18"></uni-icons> </view> @@ -109,7 +109,7 @@ </view> <!-- #ifdef PUB_CUSTOMER_DEV --> - <view class="user-utils m-20 coupon-info-container" @click="goto( `/sub_pages/customer/coupon/good-all`,true)" + <view class="m-20 coupon-info-container" @click="goto( `/sub_pages/customer/coupon/good-all`,true)" v-if="selftype==='customer'||!selftype"> <view> <view class="title">积分商城</view> -- Gitblit v1.9.3