소스 검색

11-24-1-user

lhl 3 년 전
부모
커밋
55fe6faee6
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 6 2
      pages/user/user.vue
  2. BIN
      static/icon/hyewm.png

+ 6 - 2
pages/user/user.vue

@@ -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;

BIN
static/icon/hyewm.png