|
|
@ -33,20 +33,24 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<text class="ml5 fs16 fwb" style="color: #7E4012FF;">VIP会员</text> |
|
|
|
<text class="ml5 fs16 fwb" style="color: #7E4012FF;">VIP会员</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<text v-if="vipOn.length" class="fs12" style="color: #7E4012FF;">{{expireTime}}到期</text> |
|
|
|
<text v-if="!isLogin || !vipOn.length" class="fs12" style="color: #7E4012FF;">您还不是VIP会员</text> |
|
|
|
|
|
|
|
<text v-else-if="vipOn.length" class="fs12" style="color: #7E4012FF;">{{ expireTime }}到期</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="absolute flex ai-c jc-c" style="left: 0;top: 40px;right: 0;bottom: 0;"> |
|
|
|
<view class="absolute flex ai-c jc-c" style="left: 0;top: 40px;right: 0;bottom: 0;"> |
|
|
|
<view class="text-center"> |
|
|
|
<view v-if="!isLogin || !vipOn.length" class="text-center"> |
|
|
|
<view v-if="vipOn.length" class="fs18 fwb" style="color: #7E4012FF;">{{vipText}}</view> |
|
|
|
<view class="fs18 fwb" style="color: #7E4012FF;">开通VIP尊享以下权益</view> |
|
|
|
<view class="study fs16 text-center" style="margin: 25px auto 0;color: #F6E99FFF;"> |
|
|
|
<view class="fs15" style="color: #7E4012FF;">精选500题 / 真是模考 / 考前密卷</view> |
|
|
|
{{ vipOn.length?'马上学习':'开通会员'}} |
|
|
|
<view class="study fs16 text-center" style="margin: 25px auto 0;color: #F6E99FFF;">立即开通</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view v-else-if="vipOn.length" class="text-center"> |
|
|
|
|
|
|
|
<view class="fs18 fwb" style="color: #7E4012FF;">{{ vipText }}</view> |
|
|
|
|
|
|
|
<view class="study fs16 text-center" style="margin: 25px auto 0;color: #F6E99FFF;">马上学习</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="br8 bc-fff p15 z-index2"> |
|
|
|
<view v-if="isLogin" class="br8 bc-fff p15 z-index2"> |
|
|
|
<text class="fs16 cor-333">我的驾校</text> |
|
|
|
<text class="fs16 cor-333">我的驾校</text> |
|
|
|
<view v-if="user.schoolId"> |
|
|
|
<view v-if="user?.schoolId"> |
|
|
|
<div class="mt12 flex ai-c jc-sb"> |
|
|
|
<div class="mt12 flex ai-c jc-sb"> |
|
|
|
<text class="fs18 cor-000 fwb">{{ user.schoolName }}</text> |
|
|
|
<text class="fs18 cor-000 fwb">{{ user.schoolName }}</text> |
|
|
|
<u-button text="切换驾校" shape="circle" @click="handleChangeSchool"></u-button> |
|
|
|
<u-button text="切换驾校" shape="circle" @click="handleChangeSchool"></u-button> |
|
|
@ -60,7 +64,8 @@ |
|
|
|
<text class="ml5 fs26 cor-333 fwb" style="line-height: 26px;">{{ user.schoolPhone }}</text> |
|
|
|
<text class="ml5 fs26 cor-333 fwb" style="line-height: 26px;">{{ user.schoolPhone }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view v-else class="pt30 pb15"> |
|
|
|
<view v-else class="p15tb flex ai-c jc-sb"> |
|
|
|
|
|
|
|
<view class="fs20 cor-333 fwb">尚未绑定驾校</view> |
|
|
|
<u-button text="绑定驾校" shape="circle" @click="handleChangeSchool"></u-button> |
|
|
|
<u-button text="绑定驾校" shape="circle" @click="handleChangeSchool"></u-button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|