|
@@ -6,10 +6,7 @@
|
|
|
<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="level">{{ghsInfo.giveLevelName||'普店'}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="shop_title" @click="pageTo({url:'/pagesPurchase/level?id='+ghsInfo.id})"> {{ghsInfo.name}} </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>元红包
|
|
@@ -23,7 +20,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <i class="iconfont icondianhua1" style="font-size:50upx;color:#6da3f5;position:absolute;top:45upx;" v-if="ghsInfo.mobile !=''" @tap="toPhone(ghsInfo.mobile)"></i>
|
|
|
|
|
|
|
+ <i class="iconfont icondianhua1" style="font-size:55upx;color:#6da3f5;position:absolute;top:45upx;" v-if="ghsInfo.mobile !=''" @tap="toPhone(ghsInfo.mobile)"></i>
|
|
|
<image v-if="tjFl == 1" class="hbImg" :src="`${constant.imgUrl}/icon/hb128.png`" mode="widthFix" @click="invite()"></image>
|
|
<image v-if="tjFl == 1" class="hbImg" :src="`${constant.imgUrl}/icon/hb128.png`" mode="widthFix" @click="invite()"></image>
|
|
|
<view v-if="tjFl == 1" class="hbInfo" @click="invite()">邀请得红包</view>
|
|
<view v-if="tjFl == 1" class="hbInfo" @click="invite()">邀请得红包</view>
|
|
|
</view>
|
|
</view>
|