Commit 8202d849 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent d08f9d2d
...@@ -190,7 +190,12 @@ ...@@ -190,7 +190,12 @@
this.handlePay(); this.handlePay();
}, },
handlePay() { handlePay() {
if (this.os == 'ios') {
message.notify('iOS暂不支持购买');
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