Squashed commit of the following:
commitce486510f4Author: wuhui_zzw <1760308791@qq.com> Date: Tue Jan 30 18:44:06 2024 +0800 添加:供应商申请 - 驳回后修改信息 优化:代理中心 - 邀请二维码生成流程优化 commit9cb3fa95e1Author: wuhui_zzw <1760308791@qq.com> Date: Tue Jan 30 18:10:04 2024 +0800 添加:供应商申请 - 驳回后修改信息 commitea8fda7412Author: wuhui_zzw <1760308791@qq.com> Date: Tue Jan 30 14:50:28 2024 +0800 添加:供应商申请入驻
This commit is contained in:
parent
ce486510f4
commit
6ffd4ea646
|
|
@ -43,7 +43,7 @@
|
|||
</view>
|
||||
<!--卡片下方内容-->
|
||||
<view class="vip_center">
|
||||
<view v-if="memberCoupons.length > 0" class="coupon-section">
|
||||
<!-- <view v-if="memberCoupons.length > 0" class="coupon-section">
|
||||
<view class="section-hd">
|
||||
<view class="title">会员优惠券</view>
|
||||
<text class="desc">会员专享优惠券,全场通用</text>
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
<view v-else @click="receiveCoupon(item)" class="coupon-btn">立即领取</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
</view> -->
|
||||
<!--立即续费-->
|
||||
<view v-if="userInfo.is_svip != 3" class="type-section" id="card" :style="{ 'background-image':`url(../static/renew_bg.png)`}">
|
||||
<view class="section-hd">
|
||||
|
|
|
|||
Loading…
Reference in New Issue