|
@@ -29,10 +29,14 @@
|
|
<view class="col">可提现金额(元):<text class="warning">{{$store.state.user.money}}</text></view>
|
|
<view class="col">可提现金额(元):<text class="warning">{{$store.state.user.money}}</text></view>
|
|
<view class="col"><button class="btn tixian-btn" @tap="goToWithdrew">立即提现</button></view>
|
|
<view class="col"><button class="btn tixian-btn" @tap="goToWithdrew">立即提现</button></view>
|
|
</view>
|
|
</view>
|
|
- <view class="row">
|
|
|
|
|
|
+ <view v-if="user_type===2" class="row">
|
|
<view class="col">保证金(元):<text>0.00</text><text class="tips">(保证金2000元)</text></view>
|
|
<view class="col">保证金(元):<text>0.00</text><text class="tips">(保证金2000元)</text></view>
|
|
<view class="col"><button class="btn jiaona-btn">立即缴纳</button></view>
|
|
<view class="col"><button class="btn jiaona-btn">立即缴纳</button></view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view v-if="user_type===3" class="row">
|
|
|
|
+ <view class="col">不可提现金额:<text>0</text></view>
|
|
|
|
+ <!-- <view class="col"><button class="btn jiaona-btn">立即缴纳</button></view> -->
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="vip-center">
|
|
<view class="vip-center">
|
|
<view class="text">代理会员中心<text class="sub">(特权独享)</text></view>
|
|
<view class="text">代理会员中心<text class="sub">(特权独享)</text></view>
|
|
@@ -58,7 +62,7 @@
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image class="image" src="../../static/images/menu/b2.png" mode=""></image>
|
|
<image class="image" src="../../static/images/menu/b2.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
- <view class="name">我的收藏</view>
|
|
|
|
|
|
+ <view class="name">我的商品</view>
|
|
</navigator>
|
|
</navigator>
|
|
</view>
|
|
</view>
|
|
<view v-if="user_type===3">
|
|
<view v-if="user_type===3">
|
|
@@ -66,7 +70,7 @@
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image class="image" src="../../static/images/menu/b2.png" mode=""></image>
|
|
<image class="image" src="../../static/images/menu/b2.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
- <view class="name">我的商品</view>
|
|
|
|
|
|
+ <view class="name">我的收藏</view>
|
|
</navigator>
|
|
</navigator>
|
|
</view>
|
|
</view>
|
|
<view>
|
|
<view>
|
|
@@ -138,7 +142,7 @@
|
|
}
|
|
}
|
|
}),
|
|
}),
|
|
onShow() {
|
|
onShow() {
|
|
- this.$emit("refresh_userinfo")
|
|
|
|
|
|
+ uni.$emit("refresh_userinfo")
|
|
},
|
|
},
|
|
onNavigationBarButtonTap(e) {
|
|
onNavigationBarButtonTap(e) {
|
|
// console.log(e)
|
|
// console.log(e)
|
|
@@ -268,7 +272,7 @@
|
|
background: white;
|
|
background: white;
|
|
border-radius: 20upx;
|
|
border-radius: 20upx;
|
|
padding: 20upx;
|
|
padding: 20upx;
|
|
-
|
|
|
|
|
|
+ font-family: sans-serif;
|
|
.row {
|
|
.row {
|
|
color: #333;
|
|
color: #333;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -295,7 +299,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
& .col:last-child {
|
|
& .col:last-child {
|
|
- text-align: right;
|
|
|
|
|
|
+ // text-align: right;
|
|
font-size: 28upx;
|
|
font-size: 28upx;
|
|
}
|
|
}
|
|
}
|
|
}
|