Эх сурвалжийг харах

Merge branch 'master' of http://47.112.106.152:10880/Saas/exam_mp

huangziyang 5 өдөр өмнө
parent
commit
60d990fae6
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      pages/user/index.vue

+ 1 - 0
pages/user/index.vue

@@ -26,6 +26,7 @@
 							src="https://openwork-oss.oss-cn-shenzhen.aliyuncs.com/uploads/question/2025/05/g9ot7hsUGLWA87qyEe1wWRf7agCv911K2bqOHRiX.png"
 						></image>
 						<navigator class="navigator_item_banner" url="/pages/recharge/index">
+							<view class="user_info_vip_type" v-if="userInfo.vip_info != null && userInfo.vip_info.vip_type == 0">VIP</view>
 							<view class="user_info_vip_type" v-if="userInfo.vip_info != null && userInfo.vip_info.vip_type == 1">月卡VIP</view>
 							<view class="user_info_vip_type" v-if="userInfo.vip_info != null && userInfo.vip_info.vip_type == 2">年卡VIP</view>
 							<view class="user_info_vip_type" v-if="userInfo.vip_info != null && userInfo.vip_info.vip_type == 3">季卡VIP</view>