feat: 移除vip页面中针对iOS平台的购买限制
更新manifest.json中的版本号至2.0.35 移除vip页面中针对iOS平台的购买限制 调整.gitignore文件,排除unpackage下的特定目录
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
>元</view
|
||||
>
|
||||
</view>
|
||||
<view v-if="$platform != 'ios'">
|
||||
<view>
|
||||
<text
|
||||
class="vip_item_btn"
|
||||
v-if="item.state == null"
|
||||
@@ -226,9 +226,9 @@ export default {
|
||||
//点击购买
|
||||
openorderModal(item, type) {
|
||||
console.log("item at line 120:", item);
|
||||
if (this.$platform == "ios") {
|
||||
return false;
|
||||
}
|
||||
// if (this.$platform == "ios") {
|
||||
// return false;
|
||||
// }
|
||||
let text = "";
|
||||
//如果是右侧按钮点击展示
|
||||
//判断点击类型是vip价格还是延期价格
|
||||
|
||||
Reference in New Issue
Block a user