feat: 移除vip页面中针对iOS平台的购买限制
更新manifest.json中的版本号至2.0.35 移除vip页面中针对iOS平台的购买限制 调整.gitignore文件,排除unpackage下的特定目录
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,6 +1,5 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
unpackage/
|
|
||||||
/dist
|
/dist
|
||||||
vue.config
|
vue.config
|
||||||
|
|
||||||
@@ -22,6 +21,8 @@ yarn-error.log*
|
|||||||
*.sln
|
*.sln
|
||||||
*.sw*
|
*.sw*
|
||||||
/package-lock.json
|
/package-lock.json
|
||||||
.gitignore
|
|
||||||
wxcomponents/
|
wxcomponents/
|
||||||
.hbuilderx/
|
.hbuilderx/
|
||||||
|
unpackage/cache/
|
||||||
|
unpackage/dist/
|
||||||
|
unpackage/release/
|
||||||
|
|||||||
@@ -12,8 +12,8 @@
|
|||||||
"src" : "图片路径"
|
"src" : "图片路径"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versionName" : "2.0.34",
|
"versionName" : "2.0.35",
|
||||||
"versionCode" : 2034,
|
"versionCode" : 2035,
|
||||||
"sassImplementationName" : "node-sass",
|
"sassImplementationName" : "node-sass",
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
"nvueCompiler" : "uni-app",
|
"nvueCompiler" : "uni-app",
|
||||||
@@ -441,3 +441,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 小程序特有相关
|
// 小程序特有相关
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
>元</view
|
>元</view
|
||||||
>
|
>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="$platform != 'ios'">
|
<view>
|
||||||
<text
|
<text
|
||||||
class="vip_item_btn"
|
class="vip_item_btn"
|
||||||
v-if="item.state == null"
|
v-if="item.state == null"
|
||||||
@@ -226,9 +226,9 @@ export default {
|
|||||||
//点击购买
|
//点击购买
|
||||||
openorderModal(item, type) {
|
openorderModal(item, type) {
|
||||||
console.log("item at line 120:", item);
|
console.log("item at line 120:", item);
|
||||||
if (this.$platform == "ios") {
|
// if (this.$platform == "ios") {
|
||||||
return false;
|
// return false;
|
||||||
}
|
// }
|
||||||
let text = "";
|
let text = "";
|
||||||
//如果是右侧按钮点击展示
|
//如果是右侧按钮点击展示
|
||||||
//判断点击类型是vip价格还是延期价格
|
//判断点击类型是vip价格还是延期价格
|
||||||
|
|||||||
BIN
unpackage/debug/android_debug.apk
Normal file
BIN
unpackage/debug/android_debug.apk
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user