This commit is contained in:
parent
e7906d2f0e
commit
a0b2421a19
|
@ -576,7 +576,7 @@
|
|||
title: '手机号格式有误'
|
||||
});
|
||||
return
|
||||
}else if(this.shopInfo.userPhoto){
|
||||
}else if(this.shopInfo.userPhoto.length!=1){
|
||||
uni.showToast({
|
||||
icon:'none',
|
||||
title: '请上传手持介绍信'
|
||||
|
|
|
@ -374,7 +374,7 @@
|
|||
title: '请身份证正反面'
|
||||
});
|
||||
return
|
||||
}else if(this.shopInfo.businessLicense){
|
||||
}else if(this.shopInfo.businessLicense.length!=1){
|
||||
uni.showToast({
|
||||
icon:'none',
|
||||
title: '请上传营业执照'
|
||||
|
|
|
@ -60,14 +60,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="num-wrapper skeleton-rect" style="justify-content: flex-end;">
|
||||
<view class="num-item" >
|
||||
<text class="num">{{userInfo.member_value || 0}}</text>
|
||||
<view class="txt">成长值</view>
|
||||
</view>
|
||||
<view class="num-item" >
|
||||
<text class="num">{{userInfo.member_value || 0}}</text>
|
||||
<view class="txt">累积成长值</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="num-wrapper skeleton-rect">
|
||||
<view class="num-item" @click="goMenuPage('/pages/users/user_goods_collection/index')">
|
||||
|
@ -87,7 +80,14 @@
|
|||
<text class="num">{{userInfo.total_visit_product || 0}}</text>
|
||||
<view class="txt">浏览记录</view>
|
||||
</view>
|
||||
|
||||
<view class="num-item" >
|
||||
<text class="num">{{userInfo.member_value || 0}}</text>
|
||||
<view class="txt">成长值</view>
|
||||
</view>
|
||||
<view class="num-item" >
|
||||
<text class="num">{{userInfo.member_value || 0}}</text>
|
||||
<view class="txt">累积成长值</view>
|
||||
</view>
|
||||
</view>
|
||||
<view @click="goSvip" class="cardVipA acea-row row-between-wrapper" v-if="svip_switch_status == 1">
|
||||
<image class="svip_user" :src="`${domain}/static/images/svip_user.png`"></image>
|
||||
|
@ -765,7 +765,7 @@ import { setTimeout } from 'timers';
|
|||
margin: 30rpx 20rpx 0;
|
||||
color: #fff;
|
||||
.num-item {
|
||||
width: 33%;
|
||||
width: 20%;
|
||||
text-align: center;
|
||||
.num {
|
||||
font-size: 42rpx;
|
||||
|
|
Loading…
Reference in New Issue