fix: 修复VIP页面按钮显示逻辑并更新配置
修改VIP页面按钮显示条件,移除iOS平台判断 更新manifest版本号至1.0.43 调整开发环境API地址为本地测试地址
This commit is contained in:
@@ -2,8 +2,8 @@ let baseUrl = "";
|
||||
let socketUrl = "";
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
// 开发环境
|
||||
// baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
|
||||
baseUrl = "https://api.nuttyreading.com/"; //线上正式
|
||||
baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
|
||||
// baseUrl = "https://api.nuttyreading.com/"; //线上正式
|
||||
} else if (process.env.NODE_ENV === 'production') {
|
||||
// baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
|
||||
baseUrl = "https://api.nuttyreading.com/"; //线上正式
|
||||
|
||||
@@ -2,13 +2,16 @@
|
||||
"name" : "心灵空间",
|
||||
"appid" : "__UNI__BBBDFD2",
|
||||
"description" : "心灵空间",
|
||||
"versionName" : "1.0.42",
|
||||
"versionName" : "1.0.43",
|
||||
"sassImplementationName" : "node-sass",
|
||||
"versionCode" : 1042,
|
||||
"versionCode" : 1043,
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
"usingComponents" : true,
|
||||
"compatible" : {
|
||||
"ignoreVersion" : true
|
||||
},
|
||||
"nvueStyleCompiler" : "uni-app",
|
||||
"compilerVersion" : 3,
|
||||
"splashscreen" : {
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
<view class="vip_qx_v">一年<text class="vip_fee line">{{item.originalPrice||0}}</text>元</view>
|
||||
</view>
|
||||
|
||||
<text class="vip_item_btn" v-if="item.state==null&&$platform != 'ios'" @click="openorderModal(item,0)">去办理</text>
|
||||
<text class="vip_item_btn" v-else-if="$platform != 'ios'" @click="openorderModal(item,0)">去续费</text>
|
||||
<text class="vip_item_btn" v-if="item.state==null" @click="openorderModal(item,0)">去办理</text>
|
||||
<text class="vip_item_btn" v-else @click="openorderModal(item,0)">去续费</text>
|
||||
|
||||
<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>
|
||||
|
||||
1
unpackage/debug/.roid.ins
Normal file
1
unpackage/debug/.roid.ins
Normal file
@@ -0,0 +1 @@
|
||||
forceInstall
|
||||
BIN
unpackage/debug/android_debug.apk
Normal file
BIN
unpackage/debug/android_debug.apk
Normal file
Binary file not shown.
BIN
unpackage/debug/iOS_debug.ipa
Normal file
BIN
unpackage/debug/iOS_debug.ipa
Normal file
Binary file not shown.
Reference in New Issue
Block a user