Commit 278f0a5b authored by mengcuiguang's avatar mengcuiguang

代码优化

parent bba080af
...@@ -139,10 +139,10 @@ ...@@ -139,10 +139,10 @@
this.$refs.alertDialog.open(); this.$refs.alertDialog.open();
}, },
handlePay() { handlePay() {
// if (!this.needClick) { if (this.os == 'ios') {
// message.notify('请勾选会员付费协议'); message.notify('iOS暂不支持购买');
// return return
// } }
let that = this; let that = this;
let vipBean = this.vipList[this.selectedIndex]; let vipBean = this.vipList[this.selectedIndex];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment