|
@@ -34,7 +34,8 @@
|
|
|
<text class="null-mendian">无绑定门店</text>
|
|
|
</view>
|
|
|
<view class="mendian-lift" v-if="userInfo.level != 0">
|
|
|
- <text class="duihuan">{{userInfo.vip}}</text>
|
|
|
+ <!-- <text class="duihuan">{{userInfo.vip.}}</text> -->
|
|
|
+ <view>会员码:<image src="../../static/icon/hyewm.png" mode="" class="hym"></image></view>
|
|
|
</view>
|
|
|
<view class="mendian-right" @click="go()" v-else>
|
|
|
<text class="duihuan">兑换会员卡</text>
|
|
@@ -625,7 +626,10 @@ export default {
|
|
|
font-size: 28rpx;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
-
|
|
|
+ .hym {
|
|
|
+ width: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ }
|
|
|
.img {
|
|
|
margin: 0 10rpx 0;
|
|
|
width: 36rpx;
|