Commit 278f0a5b authored by mengcuiguang's avatar mengcuiguang

代码优化

parent bba080af
......@@ -139,10 +139,10 @@
this.$refs.alertDialog.open();
},
handlePay() {
// if (!this.needClick) {
// message.notify('请勾选会员付费协议');
// return
// }
if (this.os == 'ios') {
message.notify('iOS暂不支持购买');
return
}
let that = this;
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