|
@@ -32,7 +32,9 @@
|
|
|
<view class="user_info_vip_type" v-if="userInfo.vip_info != null && userInfo.vip_info.vip_type == 4">SVIP</view>
|
|
|
</navigator>
|
|
|
</view>
|
|
|
- <view class="user_info" v-if="userInfo.vip_info != null">有效期至:{{ userInfo.vip_info.vip_end_time }}</view>
|
|
|
+ <navigator class="navigator_item_banner" url="/pages/recharge/index">
|
|
|
+ <view class="user_info" v-if="userInfo.vip_info != null">有效期至:{{ userInfo.vip_info.vip_end_time }}</view>
|
|
|
+ </navigator>
|
|
|
</view>
|
|
|
<view class="box_right">
|
|
|
<navigator url="/pages/user/settings" class="setting_page" v-if="is_login">
|