调整超V介绍文案
This commit is contained in:
343
manifest.json
343
manifest.json
@@ -1,59 +1,61 @@
|
|||||||
{
|
{
|
||||||
"name": "吴门医述",
|
"name" : "吴门医述",
|
||||||
"appid": "__UNI__C7475A8",
|
"appid" : "__UNI__C7475A8",
|
||||||
"description": "吴门医述",
|
"description" : "吴门医述",
|
||||||
"networkTimeout": {
|
"networkTimeout" : {
|
||||||
"request": 15000
|
"request" : 15000
|
||||||
},
|
},
|
||||||
"transformPx": false,
|
"transformPx" : false,
|
||||||
"icons": [{
|
"icons" : [
|
||||||
"sizes": "分辨率,192x192",
|
{
|
||||||
"src": "图片路径"
|
"sizes" : "分辨率,192x192",
|
||||||
}],
|
"src" : "图片路径"
|
||||||
"versionName": "1.0.47",
|
}
|
||||||
"versionCode": 1047,
|
],
|
||||||
"app-plus": {
|
"versionName" : "1.0.51",
|
||||||
"nvueCompiler": "uni-app",
|
"versionCode" : 1051,
|
||||||
"compatible": {
|
"app-plus" : {
|
||||||
"ignoreVersion": true
|
"nvueCompiler" : "uni-app",
|
||||||
|
"compatible" : {
|
||||||
|
"ignoreVersion" : true
|
||||||
},
|
},
|
||||||
"screenOrientation": [
|
"screenOrientation" : [
|
||||||
"portrait-primary",
|
"portrait-primary",
|
||||||
"portrait-secondary",
|
"portrait-secondary",
|
||||||
"landscape-primary",
|
"landscape-primary",
|
||||||
"landscape-secondary"
|
"landscape-secondary"
|
||||||
],
|
],
|
||||||
"privacy": {
|
"privacy" : {
|
||||||
"prompt": "template",
|
"prompt" : "template",
|
||||||
"template": {
|
"template" : {
|
||||||
"title": "用户协议和隐私政策",
|
"title" : "用户协议和隐私政策",
|
||||||
"message": "请你务必审慎阅读、充分理解“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/> 你可阅读<a href='https://wumen.taihumed.com/agreement.html'>《用户协议》</a>和<a href='https://wumen.taihumed.com/privacy.html'>《隐私协议》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
|
"message" : "请你务必审慎阅读、充分理解“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/> 你可阅读<a href='https://wumen.taihumed.com/agreement.html'>《用户协议》</a>和<a href='https://wumen.taihumed.com/privacy.html'>《隐私协议》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
|
||||||
"buttonAccept": "同意",
|
"buttonAccept" : "同意",
|
||||||
"buttonRefuse": "暂不同意"
|
"buttonRefuse" : "暂不同意"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"modules": {
|
"modules" : {
|
||||||
"Payment": {},
|
"Payment" : {},
|
||||||
"Share": {},
|
"Share" : {},
|
||||||
"Camera": {},
|
"Camera" : {},
|
||||||
"OAuth": {},
|
"OAuth" : {},
|
||||||
"VideoPlayer": {}
|
"VideoPlayer" : {}
|
||||||
},
|
},
|
||||||
"distribute": {
|
"distribute" : {
|
||||||
"apple": {
|
"apple" : {
|
||||||
"devices": "universal"
|
"devices" : "universal"
|
||||||
},
|
},
|
||||||
// "UIBackgroundModes" : [ "audio" ]
|
// "UIBackgroundModes" : [ "audio" ]
|
||||||
"android": {
|
"android" : {
|
||||||
"permissionPhoneState": {
|
"permissionPhoneState" : {
|
||||||
"request": "none",
|
"request" : "none",
|
||||||
"prompt": "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
|
"prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
|
||||||
},
|
},
|
||||||
"permissionExternalStorage": {
|
"permissionExternalStorage" : {
|
||||||
"request": "none",
|
"request" : "none",
|
||||||
"prompt": "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
|
"prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions" : [
|
||||||
"<uses-feature android:name=\"android.hardware.camera\"/>",
|
"<uses-feature android:name=\"android.hardware.camera\"/>",
|
||||||
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
|
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
|
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
|
||||||
@@ -80,191 +82,192 @@
|
|||||||
"<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
|
"<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
|
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
|
||||||
],
|
],
|
||||||
"abiFilters": ["armeabi-v7a", "arm64-v8a", "x86"],
|
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
|
||||||
"minSdkVersion": 21,
|
"minSdkVersion" : 21,
|
||||||
"targetSdkVersion": 30,
|
"targetSdkVersion" : 30,
|
||||||
"schemes": "medicine"
|
"schemes" : "medicine"
|
||||||
},
|
},
|
||||||
"sdkConfigs": {
|
"sdkConfigs" : {
|
||||||
"ad": {},
|
"ad" : {},
|
||||||
"maps": {},
|
"maps" : {},
|
||||||
"share": {
|
"share" : {
|
||||||
"weixin": {
|
"weixin" : {
|
||||||
"appid": "wx6b17b40171dea988",
|
"appid" : "wx6b17b40171dea988",
|
||||||
"UniversalLinks": "https://verification.nuttyreading.com/uni-universallinks/__UNI__C7475A8/"
|
"UniversalLinks" : "https://verification.nuttyreading.com/uni-universallinks/__UNI__C7475A8/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"payment": {
|
"payment" : {
|
||||||
"alipay": {
|
"alipay" : {
|
||||||
"__platform__": ["ios", "android"]
|
"__platform__" : [ "ios", "android" ]
|
||||||
},
|
},
|
||||||
"appleiap": {},
|
"appleiap" : {},
|
||||||
"weixin": {
|
"weixin" : {
|
||||||
"__platform__": ["ios", "android"],
|
"__platform__" : [ "ios", "android" ],
|
||||||
"appid": "wx6b17b40171dea988",
|
"appid" : "wx6b17b40171dea988",
|
||||||
"UniversalLinks": "https://verification.nuttyreading.com/uni-universallinks/__UNI__C7475A8/"
|
"UniversalLinks" : "https://verification.nuttyreading.com/uni-universallinks/__UNI__C7475A8/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"oauth": {},
|
"oauth" : {},
|
||||||
"push": {}
|
"push" : {}
|
||||||
},
|
},
|
||||||
"splashscreen": {
|
"splashscreen" : {
|
||||||
"iosStyle": "common",
|
"iosStyle" : "common",
|
||||||
"androidStyle": "default",
|
"androidStyle" : "default",
|
||||||
"useOriginalMsgbox": true
|
"useOriginalMsgbox" : true
|
||||||
},
|
},
|
||||||
"ios": {
|
"ios" : {
|
||||||
"dSYMs": false,
|
"dSYMs" : false,
|
||||||
// "UIBackgroundModes" : [ "audio" ], // 背景播放音乐
|
// "UIBackgroundModes" : [ "audio" ], // 背景播放音乐
|
||||||
"capabilities": {
|
"capabilities" : {
|
||||||
"entitlements": {
|
"entitlements" : {
|
||||||
"com.apple.developer.associated-domains": ["applinks:verification.nuttyreading.com"]
|
"com.apple.developer.associated-domains" : [ "applinks:verification.nuttyreading.com" ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"idfa": false,
|
"idfa" : false,
|
||||||
"urltypes": "medicine",
|
"urltypes" : "medicine",
|
||||||
"urlschemewhitelist": "nuttyreading,zmzm",
|
"urlschemewhitelist" : "nuttyreading,zmzm",
|
||||||
"privacyDescription": {
|
"privacyDescription" : {
|
||||||
"NSPhotoLibraryUsageDescription": "保障您在此app中的修改头像、申诉反馈上传图片、留言上传图片功能的正常使用",
|
"NSPhotoLibraryUsageDescription" : "保障您在此app中的修改头像、申诉反馈上传图片、留言上传图片功能的正常使用",
|
||||||
"NSCameraUsageDescription": "保障您在此app中的修改头像、申诉反馈上传图片、留言上传图片功能的正常使用",
|
"NSCameraUsageDescription" : "保障您在此app中的修改头像、申诉反馈上传图片、留言上传图片功能的正常使用",
|
||||||
"NSPhotoLibraryAddUsageDescription": "保障您在此app中的修改头像、申诉反馈上传图片、留言上传图片功能的正常使用"
|
"NSPhotoLibraryAddUsageDescription" : "保障您在此app中的修改头像、申诉反馈上传图片、留言上传图片功能的正常使用"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"icons": {
|
"icons" : {
|
||||||
"android": {
|
"android" : {
|
||||||
"hdpi": "unpackage/res/icons/72x72.png",
|
"hdpi" : "unpackage/res/icons/72x72.png",
|
||||||
"xhdpi": "unpackage/res/icons/96x96.png",
|
"xhdpi" : "unpackage/res/icons/96x96.png",
|
||||||
"xxhdpi": "unpackage/res/icons/144x144.png",
|
"xxhdpi" : "unpackage/res/icons/144x144.png",
|
||||||
"xxxhdpi": "unpackage/res/icons/192x192.png"
|
"xxxhdpi" : "unpackage/res/icons/192x192.png"
|
||||||
},
|
},
|
||||||
"ios": {
|
"ios" : {
|
||||||
"appstore": "unpackage/res/icons/1024x1024.png",
|
"appstore" : "unpackage/res/icons/1024x1024.png",
|
||||||
"ipad": {
|
"ipad" : {
|
||||||
"app": "unpackage/res/icons/76x76.png",
|
"app" : "unpackage/res/icons/76x76.png",
|
||||||
"app@2x": "unpackage/res/icons/152x152.png",
|
"app@2x" : "unpackage/res/icons/152x152.png",
|
||||||
"notification": "unpackage/res/icons/20x20.png",
|
"notification" : "unpackage/res/icons/20x20.png",
|
||||||
"notification@2x": "unpackage/res/icons/40x40.png",
|
"notification@2x" : "unpackage/res/icons/40x40.png",
|
||||||
"proapp@2x": "unpackage/res/icons/167x167.png",
|
"proapp@2x" : "unpackage/res/icons/167x167.png",
|
||||||
"settings": "unpackage/res/icons/29x29.png",
|
"settings" : "unpackage/res/icons/29x29.png",
|
||||||
"settings@2x": "unpackage/res/icons/58x58.png",
|
"settings@2x" : "unpackage/res/icons/58x58.png",
|
||||||
"spotlight": "unpackage/res/icons/40x40.png",
|
"spotlight" : "unpackage/res/icons/40x40.png",
|
||||||
"spotlight@2x": "unpackage/res/icons/80x80.png"
|
"spotlight@2x" : "unpackage/res/icons/80x80.png"
|
||||||
},
|
},
|
||||||
"iphone": {
|
"iphone" : {
|
||||||
"app@2x": "unpackage/res/icons/120x120.png",
|
"app@2x" : "unpackage/res/icons/120x120.png",
|
||||||
"app@3x": "unpackage/res/icons/180x180.png",
|
"app@3x" : "unpackage/res/icons/180x180.png",
|
||||||
"notification@2x": "unpackage/res/icons/40x40.png",
|
"notification@2x" : "unpackage/res/icons/40x40.png",
|
||||||
"notification@3x": "unpackage/res/icons/60x60.png",
|
"notification@3x" : "unpackage/res/icons/60x60.png",
|
||||||
"settings@2x": "unpackage/res/icons/58x58.png",
|
"settings@2x" : "unpackage/res/icons/58x58.png",
|
||||||
"settings@3x": "unpackage/res/icons/87x87.png",
|
"settings@3x" : "unpackage/res/icons/87x87.png",
|
||||||
"spotlight@2x": "unpackage/res/icons/80x80.png",
|
"spotlight@2x" : "unpackage/res/icons/80x80.png",
|
||||||
"spotlight@3x": "unpackage/res/icons/120x120.png"
|
"spotlight@3x" : "unpackage/res/icons/120x120.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"compilerVersion": 3,
|
"compilerVersion" : 3,
|
||||||
"nvueLaunchMode": "fast",
|
"nvueLaunchMode" : "fast",
|
||||||
"splashscreen": {
|
"splashscreen" : {
|
||||||
"alwaysShowBeforeRender": false
|
"alwaysShowBeforeRender" : false
|
||||||
},
|
},
|
||||||
"nativePlugins": {},
|
"nativePlugins" : {},
|
||||||
"uniStatistics": {
|
"uniStatistics" : {
|
||||||
"enable": true
|
"enable" : true
|
||||||
},
|
},
|
||||||
"safearea": {
|
"safearea" : {
|
||||||
//安全区域配置,仅iOS平台生效
|
//安全区域配置,仅iOS平台生效
|
||||||
"bottom": {
|
"bottom" : {
|
||||||
// 底部安全区域配置
|
// 底部安全区域配置
|
||||||
"offset": "none" // 底部安全区域偏移,"none"表示不空出安全区域,"auto"自动计算空出安全区域,默认值为"none"
|
"offset" : "none" // 底部安全区域偏移,"none"表示不空出安全区域,"auto"自动计算空出安全区域,默认值为"none"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 5+App特有相关
|
// 5+App特有相关
|
||||||
"quickapp": {},
|
"quickapp" : {},
|
||||||
// 快应用特有相关
|
// 快应用特有相关
|
||||||
"mp-weixin": {
|
"mp-weixin" : {
|
||||||
"setting": {
|
"setting" : {
|
||||||
"urlCheck": false,
|
"urlCheck" : false,
|
||||||
"es6": true,
|
"es6" : true,
|
||||||
"postcss": true,
|
"postcss" : true,
|
||||||
"minified": true
|
"minified" : true
|
||||||
},
|
},
|
||||||
"usingComponents": true,
|
"usingComponents" : true,
|
||||||
"appid": "wxd3ba52b7661b36be",
|
"appid" : "wxd3ba52b7661b36be",
|
||||||
"permission": {
|
"permission" : {
|
||||||
"scope.userLocation": {
|
"scope.userLocation" : {
|
||||||
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
"desc" : "你的位置信息将用于小程序位置接口的效果展示"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"uniStatistics": {
|
"uniStatistics" : {
|
||||||
"enable": true
|
"enable" : true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"h5": {
|
"h5" : {
|
||||||
"template": "template.h5.html",
|
"template" : "template.h5.html",
|
||||||
"router": {
|
"router" : {
|
||||||
"mode": "hash",
|
"mode" : "hash",
|
||||||
"base": "/uniappDemo/"
|
"base" : "/uniappDemo/"
|
||||||
},
|
},
|
||||||
"optimization": {
|
"optimization" : {
|
||||||
"treeShaking": {
|
"treeShaking" : {
|
||||||
"enable": true
|
"enable" : true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"uniStatistics": {
|
"uniStatistics" : {
|
||||||
"enable": true
|
"enable" : true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"_spaceID": "mp-3614b80b-2d75-4462-a481-4998f8187274",
|
"_spaceID" : "mp-3614b80b-2d75-4462-a481-4998f8187274",
|
||||||
"uniStatistics": {
|
"uniStatistics" : {
|
||||||
"version": "2",
|
"version" : "2",
|
||||||
"enable": true
|
"enable" : true
|
||||||
},
|
},
|
||||||
"mp-alipay": {
|
"mp-alipay" : {
|
||||||
"uniStatistics": {
|
"uniStatistics" : {
|
||||||
"enable": true
|
"enable" : true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mp-baidu": {
|
"mp-baidu" : {
|
||||||
"uniStatistics": {
|
"uniStatistics" : {
|
||||||
"enable": true
|
"enable" : true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mp-jd": {
|
"mp-jd" : {
|
||||||
"uniStatistics": {
|
"uniStatistics" : {
|
||||||
"enable": true
|
"enable" : true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mp-kuaishou": {
|
"mp-kuaishou" : {
|
||||||
"uniStatistics": {
|
"uniStatistics" : {
|
||||||
"enable": true
|
"enable" : true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mp-lark": {
|
"mp-lark" : {
|
||||||
"uniStatistics": {
|
"uniStatistics" : {
|
||||||
"enable": true
|
"enable" : true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mp-qq": {
|
"mp-qq" : {
|
||||||
"uniStatistics": {
|
"uniStatistics" : {
|
||||||
"enable": true
|
"enable" : true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mp-toutiao": {
|
"mp-toutiao" : {
|
||||||
"uniStatistics": {
|
"uniStatistics" : {
|
||||||
"enable": true
|
"enable" : true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"quickapp-webview-huawei": {
|
"quickapp-webview-huawei" : {
|
||||||
"uniStatistics": {
|
"uniStatistics" : {
|
||||||
"enable": true
|
"enable" : true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"quickapp-webview-union": {
|
"quickapp-webview-union" : {
|
||||||
"uniStatistics": {
|
"uniStatistics" : {
|
||||||
"enable": true
|
"enable" : true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 小程序特有相关
|
// 小程序特有相关
|
||||||
|
|
||||||
|
|||||||
@@ -368,7 +368,7 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/course/superVip",
|
"path": "pages/course/superVip",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "超v介绍"
|
"navigationBarTitleText": "超V介绍"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -3,40 +3,81 @@
|
|||||||
<z-nav-bar title="超V介绍"></z-nav-bar>
|
<z-nav-bar title="超V介绍"></z-nav-bar>
|
||||||
<view class="super_content">
|
<view class="super_content">
|
||||||
<text class="super_title super_title_2">医学超级VIP</text>
|
<text class="super_title super_title_2">医学超级VIP</text>
|
||||||
<text class="super_con">课程价格:一年<text class="bigred line">64666</text>元
|
<view class="super_con">
|
||||||
VIP价格:三年<text class="bigred">7980</text>元 四年<text class="bigred">9980</text>元
|
<text class="weight">课程价格:</text>一年<text class="bigred line">64215</text>元</br>
|
||||||
</text>
|
<text class="weight">超级VIP价格:</text>三年/四年<text class="bigred">7980/9980</text>元</br>
|
||||||
<text class="super_con">办理时长分别为3年和4年。医学超v时间内可享受无限制观看,吴门医述APP-中医学、针灸学、肿瘤学三个分类板块下的任意课程。</text>
|
<text class="weight">延期价格:</text>一年/三年/四年<text class="bigred">2980/6980/7980</text>元</br>
|
||||||
|
<text class="weight">超级VIP权限:</text></br>
|
||||||
|
无限制观看吴门医述APP中医学、针灸学、肿瘤学三个板块任意课程;</br>
|
||||||
|
医学培训班报名享受<text class="bigred">8折</text>优惠;</br>
|
||||||
|
疯子读书APP购书享受<text class="bigred">8折</text>优惠。
|
||||||
|
</view>
|
||||||
|
|
||||||
<text class="super_title">中医学VIP</text>
|
<text class="super_title">中医学VIP</text>
|
||||||
<text class="super_con">课程价格:一年<text class="bigred line">39508</text>元
|
<view class="super_con">
|
||||||
VIP价格:三年<text class="bigred">2980</text>元 四年<text class="bigred">3980</text>元</text>
|
<text class="weight">课程价格:</text>一年<text class="bigred line">39508</text>元</br>
|
||||||
<text class="super_con">办理时长分别为3年和4年。中医学超v时间内可享受无限制观看,吴门医述APP-中医学分类板块下的任意课程。</text>
|
<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>
|
<text class="super_title">针灸学VIP</text>
|
||||||
<text class="super_con">课程价格:一年<text class="bigred line">12128</text>元
|
<view class="super_con">
|
||||||
VIP价格:三年<text class="bigred">4980</text>元 四年<text class="bigred">5980</text>元</text>
|
<text class="weight">课程价格:</text>一年<text class="bigred line">12128</text>元</br>
|
||||||
<text class="super_con">办理时长分别为3年和4年。针灸学超v时间内可享受无限制观看,吴门医述APP-针灸学分类板块下的任意课程。</text>
|
<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>
|
<text class="super_title">肿瘤学VIP</text>
|
||||||
<text class="super_con">课程价格:一年<text class="bigred line">12579</text>元
|
<view class="super_con">
|
||||||
VIP价格:三年<text class="bigred">2480</text>元 四年<text class="bigred">2980</text>元</text>
|
<text class="weight">课程价格:</text>一年<text class="bigred line">12579</text>元</br>
|
||||||
<text class="super_con">办理时长分别为3年和4年。肿瘤学超v时间内可享受无限制观看,吴门医述APP-肿瘤学分类板块下的任意课程。</text>
|
<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="super_title super_title_2">心理学VIP</text>
|
<text class="weight">VIP权限:</text></br>
|
||||||
<text class="super_con">课程价格:一年<text class="bigred line">7188</text>元
|
无限制观看吴门医述APP肿瘤学板块任意课程;</br>
|
||||||
VIP价格:三年<text class="bigred">3980</text>元 四年<text class="bigred">4980</text>元</text>
|
肿瘤学培训班报名享受<text class="bigred">9折</text>优惠;</br>
|
||||||
<text class="super_con">办理时长分别为3年和4年。心理学超v时间内可享受无限制观看,吴门医述APP-心理学分类板块下的任意课程。</text>
|
疯子读书APP购书享受<text class="bigred">9折</text>优惠。
|
||||||
|
</view>
|
||||||
<text class="super_title super_title_2">众妙之门(国学)VIP</text>
|
|
||||||
<text class="super_con">课程价格:一年<text class="bigred line">19767</text>元
|
|
||||||
VIP价格:三年<text class="bigred">2480</text>元 四年<text class="bigred">2980</text>元</text>
|
|
||||||
<text class="super_con">办理时长分别为3年和4年。众妙之门国学超v时间内可享受无限制观看,众妙之门APP的任意课程。</text>
|
|
||||||
|
|
||||||
<text class="super_title super_title_2">国学与心理学超级VIP</text>
|
<text class="super_title super_title_2">国学与心理学超级VIP</text>
|
||||||
<text class="super_con">课程价格:一年<text class="bigred line">26955</text>元
|
<view class="super_con">
|
||||||
VIP价格:三年<text class="bigred">4980</text>元 四年<text class="bigred">5980</text>元</text>
|
<text class="weight">课程价格:</text>一年<text class="bigred line">26504</text>元</br>
|
||||||
<text class="super_con">办理时长分别为3年和4年。此超v时间内可享受无限制观看,众妙之门APP与吴门医述APP-心理学分类板块下的任意课程。</text>
|
<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与吴门医述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;">说明:
|
<text class="super_con2" style="margin-top: 60rpx;">说明:
|
||||||
1 购买1天医币=1元人民币
|
1 购买1天医币=1元人民币
|
||||||
@@ -78,41 +119,45 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 0 15rpx;
|
padding: 0 15rpx;
|
||||||
border-radius: 15rpx;
|
border-radius: 15rpx;
|
||||||
margin: 15rpx 30rpx 15rpx;
|
margin: 15rpx 25rpx 15rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.super_title_2{
|
.super_title_2{
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
height: 64rpx;
|
height: 64rpx;
|
||||||
line-height: 64rpx;
|
line-height: 64rpx;
|
||||||
margin: 50rpx 30rpx 20rpx;
|
margin: 50rpx 25rpx 20rpx;
|
||||||
padding: 0 20rpx;
|
padding: 0 20rpx;
|
||||||
background-image: linear-gradient(90deg, #ff1f00 0%, #fa9f93 100%);
|
background-image: linear-gradient(90deg, #ff1f00 0%, #fa9f93 100%);
|
||||||
}
|
}
|
||||||
.super_con{
|
.super_con{
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 30rpx;
|
font-size: 28rpx;
|
||||||
line-height: 46rpx;
|
line-height: 46rpx;
|
||||||
padding: 0rpx 30rpx 0;
|
padding: 0rpx 25rpx 0;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
.super_con2{
|
.super_con2{
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 28rpx;
|
|
||||||
line-height: 50rpx;
|
line-height: 50rpx;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
color: #666;
|
color: #666;
|
||||||
padding: 50rpx 30rpx 60rpx;
|
padding: 50rpx 25rpx 60rpx;
|
||||||
}
|
}
|
||||||
.bigred{
|
.bigred{
|
||||||
font-size: 38rpx;
|
font-size: 34rpx;
|
||||||
color: red;
|
color: red;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 0 5rpx;
|
padding: 0 3rpx;
|
||||||
}
|
}
|
||||||
.line{
|
.line{
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
color: #258feb;
|
color: #258feb;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
.weight{
|
||||||
|
display: line-block;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user