|
@@ -5,7 +5,10 @@
|
|
|
<view class="header_inside">
|
|
<view class="header_inside">
|
|
|
<image :src="ghsInfo.avatar"></image>
|
|
<image :src="ghsInfo.avatar"></image>
|
|
|
<view class="shop_info">
|
|
<view class="shop_info">
|
|
|
- <view class="shop_title" @click="pageTo({url:'/pagesPurchase/level?id='+ghsInfo.id})">{{ghsInfo.name||''}}<text :class="[ghsInfo.giveLevel==0?'level-common':'level']" >{{ghsInfo.giveLevelName||'普通'}}会员</text></view>
|
|
|
|
|
|
|
+ <view class="shop_title" @click="pageTo({url:'/pagesPurchase/level?id='+ghsInfo.id})">
|
|
|
|
|
+ {{ghsInfo.name}}
|
|
|
|
|
+ <text class="level">{{ghsInfo.giveLevelName}}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
|
|
|
<view v-if="ghsInfo.hasRechargeHb && ghsInfo.hasRechargeHb ==1" class="shop_intro" @tap="recharge(ghsInfo)">
|
|
<view v-if="ghsInfo.hasRechargeHb && ghsInfo.hasRechargeHb ==1" class="shop_intro" @tap="recharge(ghsInfo)">
|
|
|
<text>充值送红包<text style="color:red;font-weight:700;">{{parseFloat(ghsInfo.hasRechargeHbAmount)}}</text>元
|
|
<text>充值送红包<text style="color:red;font-weight:700;">{{parseFloat(ghsInfo.hasRechargeHbAmount)}}</text>元
|
|
@@ -13,9 +16,9 @@
|
|
|
</text>
|
|
</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <view v-else class="shop_intro">
|
|
|
|
|
- <text style="margin-right: 20upx;">已采购:{{ghsInfo.expendAmount || '0.00'}}</text>
|
|
|
|
|
- <text>欠款:{{ghsInfo.debtAmount || '0.00'}}</text>
|
|
|
|
|
|
|
+ <view v-else class="shop_intro">
|
|
|
|
|
+ <text style="margin-right: 20upx;">已采购:{{ghsInfo.expendAmount || '0.00'}}</text>
|
|
|
|
|
+ <text>欠款:{{ghsInfo.debtAmount || '0.00'}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
@@ -565,8 +568,8 @@ export default {
|
|
|
.level-common{
|
|
.level-common{
|
|
|
margin-left:30rpx;
|
|
margin-left:30rpx;
|
|
|
color:white;
|
|
color:white;
|
|
|
- background:#CCCCCC;
|
|
|
|
|
- border:1px solid #CCCCCC;
|
|
|
|
|
|
|
+ background:#76a9f5;
|
|
|
|
|
+ border:1px solid #76a9f5;
|
|
|
border-radius:50rpx;
|
|
border-radius:50rpx;
|
|
|
font-size:20rpx;
|
|
font-size:20rpx;
|
|
|
padding:5rpx 10rpx;
|
|
padding:5rpx 10rpx;
|