修改vip规则
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
"src" : "图片路径"
|
"src" : "图片路径"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versionName" : "1.0.56",
|
"versionName" : "1.0.58",
|
||||||
"versionCode" : 1056,
|
"versionCode" : 1058,
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
"nvueCompiler" : "uni-app",
|
"nvueCompiler" : "uni-app",
|
||||||
"compatible" : {
|
"compatible" : {
|
||||||
|
|||||||
@@ -1238,6 +1238,8 @@
|
|||||||
role = '国学';
|
role = '国学';
|
||||||
}else if(type==8){
|
}else if(type==8){
|
||||||
role = '心理学';
|
role = '心理学';
|
||||||
|
}else if(type==9){
|
||||||
|
role = '中西汇通学';
|
||||||
}
|
}
|
||||||
this.goBuyTitle = '尊贵的'+role+'VIP,您的有效期到'+res.userVip.endTime;
|
this.goBuyTitle = '尊贵的'+role+'VIP,您的有效期到'+res.userVip.endTime;
|
||||||
this.goBuyType = 1;
|
this.goBuyType = 1;
|
||||||
@@ -1276,6 +1278,8 @@
|
|||||||
text = '国学';
|
text = '国学';
|
||||||
}else if(item=='8'){
|
}else if(item=='8'){
|
||||||
text = '心理学';
|
text = '心理学';
|
||||||
|
}else if(item=='9'){
|
||||||
|
text = '中西汇通学';
|
||||||
}
|
}
|
||||||
this.textList.push(text);
|
this.textList.push(text);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,163 +1,232 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="super_wrap">
|
<view class="super_wrap">
|
||||||
<z-nav-bar title="超V介绍"></z-nav-bar>
|
<z-nav-bar title="超V介绍"></z-nav-bar>
|
||||||
<view class="super_content">
|
<view class="vip_block">
|
||||||
<text class="super_title super_title_2">医学超级VIP</text>
|
<view class="vip_item"
|
||||||
<view class="super_con">
|
:class="[item.type==1||item.type==2?'vip_item_special':'',
|
||||||
<text class="weight">课程价格:</text>一年<text class="bigred line">64215</text>元</br>
|
item.state==1?'vip_item_overdue':'',
|
||||||
<text class="weight">超级VIP价格:</text>三年/四年<text class="bigred">7980/9980</text>元</br>
|
item.type==1&&item.state==0||item.type==2&&item.state==0?'vip_item_bg_1':'',
|
||||||
<text class="weight">延期价格:</text>一年/三年/四年<text class="bigred">2980/6980/7980</text>元</br>
|
item.type!=1&&item.type!=2&&item.state==0?'vip_item_bg_2':'']"
|
||||||
<text class="weight">超级VIP权限:</text></br>
|
v-for="(item, index) in list" :key="index">
|
||||||
无限制观看吴门医述APP中医学、针灸学、肿瘤学三个板块任意课程;</br>
|
<view>
|
||||||
医学培训班报名享受<text class="bigred">8折</text>优惠;</br>
|
<text class="vip_item_title">{{item.title}}</text>
|
||||||
疯子读书APP购书享受<text class="bigred">8折</text>优惠。
|
</view>
|
||||||
|
|
||||||
|
<view class="vip_price" style=" padding-top: 10rpx;">
|
||||||
|
<text class="font_bold">课程价格:</text>
|
||||||
|
<view class="vip_qx_v">一年<text class="vip_fee line">{{item.originalPrice||0}}</text>元</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view class="vip_price" v-if="item.vcbList&&item.vcbList.length>0">
|
||||||
|
<text class="font_bold" v-if="item.type==1||item.type==2">超级VIP价格:</text>
|
||||||
|
<text class="font_bold" v-else-if="item.vcbList&&item.vcbList.length>0">VIP价格:</text>
|
||||||
|
<view class="vip_price_v" v-if="item.vcbList&&item.vcbList.length>0">
|
||||||
|
{{ item.vcbList.map(p => numberToChinese(p.year) + '年').join('/') }}
|
||||||
|
<text class="vip_price_red">{{ item.vcbList.map(p => p.rebateFee).join('/') }}</text>元
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="vip_price" v-if="item.yanqiList&&item.yanqiList.length>0">
|
||||||
|
<text class="font_bold">延期价格:</text>
|
||||||
|
<view class="vip_price_v">
|
||||||
|
{{ item.yanqiList.map(p => numberToChinese(p.year) + '年').join('/') }}
|
||||||
|
<text class="vip_price_red">{{ item.yanqiList.map(p => p.rebateFee).join('/') }}</text>元
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="vip_qx">
|
||||||
|
<text class="font_bold" style=" display: block;" v-if="item.type==1||item.type==2">超级VIP权限:</text>
|
||||||
|
<text class="font_bold" style=" display: block;" v-else>VIP权限:</text>
|
||||||
|
<view class="vip_qx_v" v-if="item.type==1">无限制观看吴门医述APP中医学、中西汇通学、针灸学、肿瘤学四个板块任意课程;</view>
|
||||||
|
<view class="vip_qx_v" v-else-if="item.type==2">无限制观看众妙之门APP与吴门医述APP心理学板块任意课程;</view>
|
||||||
|
<view class="vip_qx_v" v-else-if="item.type==7">无限制观看众妙之门APP任意课程;</view>
|
||||||
|
<view class="vip_qx_v" v-else>无限制观看吴门医述APP{{item.title.replace(/VIP/g, '')}}板块任意课程;</view>
|
||||||
|
|
||||||
|
<view class="vip_qx_v">
|
||||||
|
<text v-if="item.type==1||item.type==2">{{item.title.replace(/超级VIP/g, '')}}</text>
|
||||||
|
<text v-else>{{item.title.replace(/VIP/g, '')}}</text>
|
||||||
|
培训班报名享受<text class="vip_fee" v-if="item.type==1||item.type==2">8折</text><text class="vip_fee" v-else>9折</text>优惠;
|
||||||
|
</view>
|
||||||
|
<view class="vip_qx_v">疯子读书APP购书享受<text class="vip_fee" v-if="item.type==1||item.type==2">8折</text><text class="vip_fee" v-else>9折</text>优惠。</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<text class="super_title">中医学VIP</text>
|
|
||||||
<view class="super_con">
|
|
||||||
<text class="weight">课程价格:</text>一年<text class="bigred line">39508</text>元</br>
|
|
||||||
<text class="weight">VIP价格:</text>三年/四年<text class="bigred">2980/3980</text>元</br>
|
|
||||||
<text class="weight">延期价格:</text>一年/三年/四年<text class="bigred">1000/2500/3000</text>元</br>
|
|
||||||
<text class="weight">VIP权限:</text></br>
|
|
||||||
无限制观看吴门医述APP中医学板块任意课程;</br>
|
|
||||||
中医学培训班报名享受<text class="bigred">9折</text>优惠;</br>
|
|
||||||
疯子读书APP购书享受<text class="bigred">9折</text>优惠。
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<text class="super_title">针灸学VIP</text>
|
|
||||||
<view class="super_con">
|
|
||||||
<text class="weight">课程价格:</text>一年<text class="bigred line">12128</text>元</br>
|
|
||||||
<text class="weight">VIP价格:</text>三年/四年<text class="bigred">4980/5980</text>元</br>
|
|
||||||
<text class="weight">延期价格:</text>一年/三年/四年<text class="bigred">1980/3000/4000</text>元</br>
|
|
||||||
<text class="weight">VIP权限:</text></br>
|
|
||||||
无限制观看吴门医述APP针灸学板块任意课程;</br>
|
|
||||||
针灸学培训班报名享受<text class="bigred">9折</text>优惠;</br>
|
|
||||||
疯子读书APP购书享受<text class="bigred">9折</text>优惠。
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<text class="super_title">肿瘤学VIP</text>
|
|
||||||
<view class="super_con">
|
|
||||||
<text class="weight">课程价格:</text>一年<text class="bigred line">12579</text>元</br>
|
|
||||||
<text class="weight">VIP价格:</text>三年/四年<text class="bigred">2480/2980</text>元</br>
|
|
||||||
<text class="weight">延期价格:</text>一年/三年/四年<text class="bigred">800/1980/2400</text>元</br>
|
|
||||||
<text class="weight">VIP权限:</text></br>
|
|
||||||
无限制观看吴门医述APP肿瘤学板块任意课程;</br>
|
|
||||||
肿瘤学培训班报名享受<text class="bigred">9折</text>优惠;</br>
|
|
||||||
疯子读书APP购书享受<text class="bigred">9折</text>优惠。
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<text class="super_title super_title_2">国学与心理学超级VIP</text>
|
|
||||||
<view class="super_con">
|
|
||||||
<text class="weight">课程价格:</text>一年<text class="bigred line">26504</text>元</br>
|
|
||||||
<text class="weight">超级VIP价格:</text>三年/四年<text class="bigred">4980/5980</text>元</br>
|
|
||||||
<text class="weight">延期价格:</text>一年/三年/四年<text class="bigred">1980/3980/4980</text>元</br>
|
|
||||||
<text class="weight">超级VIP权限:</text></br>
|
|
||||||
无限制观看众妙之门APP与吴门医述APP心理学板块任意课程;</br>
|
|
||||||
国学与心理学培训班报名享受<text class="bigred">8折</text>优惠;</br>
|
|
||||||
疯子读书APP购书享受<text class="bigred">8折</text>优惠。
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<text class="super_title">心理学VIP</text>
|
|
||||||
<view class="super_con">
|
|
||||||
<text class="weight">课程价格:</text>一年<text class="bigred line">7188</text>元</br>
|
|
||||||
<text class="weight">VIP价格:</text>三年/四年<text class="bigred">3980/4980</text>元</br>
|
|
||||||
<text class="weight">延期价格:</text>一年/三年/四年<text class="bigred">1600/2980/3980</text>元</br>
|
|
||||||
<text class="weight">VIP权限:</text></br>
|
|
||||||
无限制观看吴门医述APP心理学板块任意课程;</br>
|
|
||||||
心理学培训班报名享受<text class="bigred">9折</text>优惠;</br>
|
|
||||||
疯子读书APP购书享受<text class="bigred">9折</text>优惠。
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<text class="super_title">众妙之门(国学)VIP</text>
|
|
||||||
<view class="super_con">
|
|
||||||
<text class="weight">课程价格:</text>一年<text class="bigred line">19316</text>元</br>
|
|
||||||
<text class="weight">VIP价格:</text>三年/四年<text class="bigred">2480/2980</text>元</br>
|
|
||||||
<text class="weight">延期价格:</text>一年/三年/四年<text class="bigred">800/1980/2400</text>元</br>
|
|
||||||
<text class="weight">VIP权限:</text></br>
|
|
||||||
无限制观看众妙之门APP任意课程;</br>
|
|
||||||
国学培训班报名享受<text class="bigred">9折</text>优惠;</br>
|
|
||||||
疯子读书APP购书享受<text class="bigred">9折</text>优惠。
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<text class="super_con2" style="margin-top: 60rpx;">说明:
|
|
||||||
1 购买1天医币=1元人民币
|
|
||||||
2 因微信支付有金额上限,可通过以下途径支付:
|
|
||||||
(1)国内银行转账
|
|
||||||
户名:天津众妙之门科技有限公司
|
|
||||||
账号:122913225110501
|
|
||||||
开户行:招商银行股份有限公司天津新技术产业园区支行
|
|
||||||
(2)海外用户信用卡支付。简单快捷,推荐使用!
|
|
||||||
支付时使用的信用卡需要带有Visa或MasterCard的标识。加一路健康客服微信(yilujiankangkefu)联系我们,我们将在24小时内向您发送支付链接,根据提示即可完成信用卡支付,无需兑换外币。
|
|
||||||
(3)海外银行账户:
|
|
||||||
银行名称:ASB Bank Limited,
|
|
||||||
银行地址:505 Pakuranga RD, Highland Park, Auckland 1140, New Zealand
|
|
||||||
账号名称 :Amazing Limited
|
|
||||||
银行间代码(SWIFT):ASBBNZ2A
|
|
||||||
银行账号:12-3233-0749438-00
|
|
||||||
收款人地址:3 the mews,shamrock park,auckland 2016, New zealand.
|
|
||||||
注:以上支付方式请务必备注本软件注册的用户名及手机号以便核对信息。
|
|
||||||
3 若有疑问或意见联系客服,微信号yilujiankangkefu 电话 022-24142321,13110039505。(本天医币一经购买,暂不支持退款)</text>
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
<text class="super_con">说明:
|
||||||
|
1.购买1天医币=1元人民币
|
||||||
|
2.因微信支付有金额上限,可通过以下途径支付:
|
||||||
|
(1)国内银行转账
|
||||||
|
户名:天津众妙之门科技有限公司
|
||||||
|
账号:122913225110501
|
||||||
|
开户行:招商银行股份有限公司天津新技术产业园区支行
|
||||||
|
(2)海外用户信用卡支付。简单快捷,推荐使用!
|
||||||
|
支付时使用的信用卡需要带有Visa或MasterCard的标识。加一路健康客服微信(yilujiankangkefu)联系我们,我们将在24小时内向您发送支付链接,根据提示即可完成信用卡支付,无需兑换外币。
|
||||||
|
(3)海外银行账户:
|
||||||
|
银行名称:ASB Bank Limited,
|
||||||
|
银行地址:505 Pakuranga RD, Highland Park, Auckland 1140, New Zealand
|
||||||
|
账号名称 :Amazing Limited
|
||||||
|
银行间代码(SWIFT):ASBBNZ2A
|
||||||
|
银行账号:12-3233-0749438-00
|
||||||
|
收款人地址:3 the mews,shamrock park,auckland 2016, New zealand.
|
||||||
|
注:以上支付方式请务必备注本软件注册的用户名及手机号以便核对信息。
|
||||||
|
3.若有疑问或意见联系客服,微信号yilujiankangkefu 电话 022-24142321,13110039505。(本天医币一经购买,暂不支持退款)</text>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import $http from "@/config/requestConfig.js";
|
||||||
|
export default{
|
||||||
|
data(){
|
||||||
|
return{
|
||||||
|
list: []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
onLoad(){
|
||||||
|
this.getData();
|
||||||
|
},
|
||||||
|
onShow(){
|
||||||
|
|
||||||
|
},
|
||||||
|
methods:{
|
||||||
|
//获取数据
|
||||||
|
getData(){
|
||||||
|
uni.showLoading({
|
||||||
|
title: '加载中'
|
||||||
|
})
|
||||||
|
$http.request({
|
||||||
|
url: "common/userVip/vipBuyConfigList",
|
||||||
|
method: "POST",
|
||||||
|
data: {},
|
||||||
|
header: {
|
||||||
|
'Content-Type': 'application/json'
|
||||||
|
},
|
||||||
|
})
|
||||||
|
.then(res => {
|
||||||
|
uni.hideLoading();
|
||||||
|
if (res.code == 0) {
|
||||||
|
this.list = res.res;
|
||||||
|
}
|
||||||
|
}).catch(e => {
|
||||||
|
|
||||||
|
});
|
||||||
|
},
|
||||||
|
numberToChinese(num) {
|
||||||
|
const chineseNumbers = ['零','一', '二', '三', '四', '五', '六', '七', '八', '九', '十'];
|
||||||
|
if (num >= 0 && num <= 10) {
|
||||||
|
return chineseNumbers[num];
|
||||||
|
}
|
||||||
|
return num;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '@/style/mixin.scss';
|
@import '@/style/mixin.scss';
|
||||||
.super_wrap{
|
.vip_block{
|
||||||
height: 100vh;
|
padding: 20rpx;
|
||||||
background-color: #f4f7ff;
|
|
||||||
}
|
}
|
||||||
.super_content{
|
.vip_item{
|
||||||
background-color: #f4f7ff;
|
width: 100%;
|
||||||
|
padding: 30rpx 20rpx;
|
||||||
|
background-color: #fff;
|
||||||
|
border-radius: 10px;
|
||||||
|
box-shadow: 0px 0px 5px 0px #a7bbe4;
|
||||||
|
margin-bottom: 20rpx;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.super_title{
|
.vip_item_title{
|
||||||
|
display: inline-block;
|
||||||
|
height: 46rpx;
|
||||||
|
line-height: 46rpx;
|
||||||
|
font-size: 24rpx;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #fff;
|
||||||
|
padding: 0 12rpx;
|
||||||
|
border-radius: 15rpx;
|
||||||
|
background-image: linear-gradient(90deg, #258feb 0%, #00e1ec 100%);
|
||||||
|
}
|
||||||
|
.vip_item_special .vip_item_title{
|
||||||
height: 50rpx;
|
height: 50rpx;
|
||||||
line-height: 50rpx;
|
line-height: 50rpx;
|
||||||
display: inline-block;
|
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
@include theme("btn_bg");
|
|
||||||
color: #fff;
|
|
||||||
padding: 0 15rpx;
|
|
||||||
border-radius: 15rpx;
|
|
||||||
margin: 15rpx 25rpx 15rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
.super_title_2{
|
|
||||||
font-size: 32rpx;
|
|
||||||
height: 64rpx;
|
|
||||||
line-height: 64rpx;
|
|
||||||
margin: 50rpx 25rpx 20rpx;
|
|
||||||
padding: 0 20rpx;
|
|
||||||
background-image: linear-gradient(90deg, #ff1f00 0%, #fa9f93 100%);
|
background-image: linear-gradient(90deg, #ff1f00 0%, #fa9f93 100%);
|
||||||
}
|
}
|
||||||
.super_con{
|
.vip_price{
|
||||||
display: block;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-top: 5rpx;
|
||||||
|
}
|
||||||
|
.vip_qx{
|
||||||
|
margin-top: 5rpx;
|
||||||
|
}
|
||||||
|
.vip_price text,.vip_qx text,.vip_qx_v{
|
||||||
|
display: inline-block;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
line-height: 46rpx;
|
line-height: 40rpx;
|
||||||
padding: 0rpx 25rpx 0;
|
|
||||||
letter-spacing: 1px;
|
|
||||||
}
|
}
|
||||||
.super_con2{
|
.vip_item_used{
|
||||||
display: block;
|
position: absolute;
|
||||||
line-height: 50rpx;
|
right: 20rpx;
|
||||||
letter-spacing: 1px;
|
bottom: 20rpx;
|
||||||
color: #666;
|
font-size: 24rpx;
|
||||||
padding: 50rpx 25rpx 60rpx;
|
color: #427ec5;
|
||||||
}
|
|
||||||
.bigred{
|
|
||||||
font-size: 34rpx;
|
|
||||||
color: red;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 0 3rpx;
|
}
|
||||||
|
.vip_item_btn{
|
||||||
|
position: absolute;
|
||||||
|
right: 20rpx;
|
||||||
|
top: 30rpx;
|
||||||
|
font-size: 23rpx;
|
||||||
|
line-height: 40rpx;
|
||||||
|
border: 1rpx solid #ff1f00;
|
||||||
|
color: #ff1f00;
|
||||||
|
padding: 0 12rpx;
|
||||||
|
border-radius: 15rpx;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
.font_bold{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.vip_fee{
|
||||||
|
font-size: 34rpx !important;
|
||||||
|
color: #ff1f00;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 0 5rpx;
|
||||||
|
}
|
||||||
|
.vip_price_red{
|
||||||
|
color: #ff1f00;
|
||||||
|
padding-left: 5rpx;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 34rpx !important;
|
||||||
|
}
|
||||||
|
.vip_price_yq{
|
||||||
|
font-size: 26rpx !important;
|
||||||
|
color: #427ec5;
|
||||||
|
border: 1rpx solid #427ec5;
|
||||||
|
border-radius: 10rpx;
|
||||||
|
margin-right: 15rpx;
|
||||||
|
margin-bottom: 10rpx;
|
||||||
|
padding: 0 10rpx;
|
||||||
}
|
}
|
||||||
.line{
|
.line{
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
color: #258feb;
|
color: #258feb;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
.weight{
|
.vip_item_flag{
|
||||||
display: line-block;
|
font-size: 26rpx;
|
||||||
font-weight: bold;
|
color: #666;
|
||||||
color: #000;
|
padding-left: 20rpx;
|
||||||
|
}
|
||||||
|
.vip_item_flag text{
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
.super_con{
|
||||||
|
display: block;
|
||||||
|
padding: 40rpx 30rpx 50rpx;
|
||||||
|
line-height: 48rpx;
|
||||||
|
font-size: 28rpx;
|
||||||
|
color: #666;
|
||||||
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="userInfoBox" style="margin-left: 30rpx;">
|
<view class="userInfoBox" style="margin-left: 20rpx;">
|
||||||
<template>
|
<template>
|
||||||
<view class="name">{{ userMes.nickname ? userMes.nickname : "未设置" }}</view>
|
<view class="name">{{ userMes.nickname ? userMes.nickname : "未设置" }}</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template v-if="textList.length>0">
|
<template v-if="textList.length>0">
|
||||||
<view class="vip_type">
|
<view class="vip_type">
|
||||||
<view class="vip_type_item" v-for="(item,index) in textList" :key="index">
|
<view class="vip_type_item" :class="textList.length>4?'vip_type_item_len':''" v-for="(item,index) in textList" :key="index">
|
||||||
{{item}}<image src="@/static/icon/chao_vip.png"></image>
|
{{item}}<image src="@/static/icon/chao_vip.png"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -553,6 +553,9 @@
|
|||||||
}else if(item.type=='8'){
|
}else if(item.type=='8'){
|
||||||
item.text = '心理学';
|
item.text = '心理学';
|
||||||
this.textList.push(item.text);
|
this.textList.push(item.text);
|
||||||
|
}else if(item.type=='9'){
|
||||||
|
item.text = '中西汇通学';
|
||||||
|
this.textList.push(item.text);
|
||||||
}else if(item.type=='1'){
|
}else if(item.type=='1'){
|
||||||
item.text = '医学S';
|
item.text = '医学S';
|
||||||
}else if(item.type=='2'){
|
}else if(item.type=='2'){
|
||||||
@@ -831,7 +834,7 @@
|
|||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
.bg_top {
|
.bg_top {
|
||||||
padding: 0 20rpx;
|
padding: 0 10rpx 0 20rpx;
|
||||||
padding-top: 80rpx;
|
padding-top: 80rpx;
|
||||||
margin-bottom: 60rpx;
|
margin-bottom: 60rpx;
|
||||||
}
|
}
|
||||||
@@ -970,6 +973,13 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
margin-right: 8rpx;
|
margin-right: 8rpx;
|
||||||
}
|
}
|
||||||
|
.vip_type_item_len{
|
||||||
|
padding: 0 8rpx;
|
||||||
|
font-size: 14rpx;
|
||||||
|
line-height: 34rpx;
|
||||||
|
height: 34rpx;
|
||||||
|
margin-right: 5rpx;
|
||||||
|
}
|
||||||
.vip_type_item:last-child{
|
.vip_type_item:last-child{
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,8 +38,9 @@
|
|||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="vip_qx">
|
<view class="vip_qx">
|
||||||
<text class="font_bold" style=" display: block;">VIP权限:</text>
|
<text class="font_bold" style=" display: block;" v-if="item.type==1||item.type==2">超级VIP权限:</text>
|
||||||
<view class="vip_qx_v" v-if="item.type==1">无限制观看吴门医述APP中医学、针灸学、肿瘤学三个板块任意课程;</view>
|
<text class="font_bold" style=" display: block;" v-else>VIP权限:</text>
|
||||||
|
<view class="vip_qx_v" v-if="item.type==1">无限制观看吴门医述APP中医学、中西汇通学、针灸学、肿瘤学四个板块任意课程;</view>
|
||||||
<view class="vip_qx_v" v-else-if="item.type==2">无限制观看众妙之门APP与吴门医述APP心理学板块任意课程;</view>
|
<view class="vip_qx_v" v-else-if="item.type==2">无限制观看众妙之门APP与吴门医述APP心理学板块任意课程;</view>
|
||||||
<view class="vip_qx_v" v-else-if="item.type==7">无限制观看众妙之门APP任意课程;</view>
|
<view class="vip_qx_v" v-else-if="item.type==7">无限制观看众妙之门APP任意课程;</view>
|
||||||
<view class="vip_qx_v" v-else>无限制观看吴门医述APP{{item.title.replace(/VIP/g, '')}}板块任意课程;</view>
|
<view class="vip_qx_v" v-else>无限制观看吴门医述APP{{item.title.replace(/VIP/g, '')}}板块任意课程;</view>
|
||||||
@@ -47,9 +48,9 @@
|
|||||||
<view class="vip_qx_v">
|
<view class="vip_qx_v">
|
||||||
<text v-if="item.type==1||item.type==2">{{item.title.replace(/超级VIP/g, '')}}</text>
|
<text v-if="item.type==1||item.type==2">{{item.title.replace(/超级VIP/g, '')}}</text>
|
||||||
<text v-else>{{item.title.replace(/VIP/g, '')}}</text>
|
<text v-else>{{item.title.replace(/VIP/g, '')}}</text>
|
||||||
培训班报名享受<text class="vip_fee" v-if="item.type==1||item.type==2">8折</text><text class="vip_fee" v-else>9折</text>优惠
|
培训班报名享受<text class="vip_fee" v-if="item.type==1||item.type==2">8折</text><text class="vip_fee" v-else>9折</text>优惠;
|
||||||
</view>
|
</view>
|
||||||
<view class="vip_qx_v">疯子读书APP购书享受<text class="vip_fee" v-if="item.type==1||item.type==2">8折</text><text class="vip_fee" v-else>9折</text>优惠</view>
|
<view class="vip_qx_v">疯子读书APP购书享受<text class="vip_fee" v-if="item.type==1||item.type==2">8折</text><text class="vip_fee" v-else>9折</text>优惠。</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user