Browse Source

[捉药师] 添加vip季卡标识

tangyuanwang 1 tuần trước cách đây
mục cha
commit
85bc57f5a5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      pages/user/index.vue

+ 1 - 0
pages/user/index.vue

@@ -28,6 +28,7 @@
 						<image class="user_info_vip_icon" src="https://openwork-oss.oss-cn-shenzhen.aliyuncs.com/uploads/question/2025/05/g9ot7hsUGLWA87qyEe1wWRf7agCv911K2bqOHRiX.png"></image>
 						<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>
 					</view>
 					<view class="user_info" v-if="userInfo.vip_info != null">有效期至:{{ userInfo.vip_info.vip_end_time }}</view>
 				</view>