Commit 15ddd4cf authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 8f259d31
...@@ -274,10 +274,10 @@ ...@@ -274,10 +274,10 @@
// this.$refs.alertDialog.open(); // this.$refs.alertDialog.open();
}, },
handlePay() { handlePay() {
if (this.os == 'ios') { // if (this.os == 'ios') {
message.notify('暂不支持ios支付'); // message.notify('暂不支持ios支付');
return // return
} // }
let that = this; let that = this;
let vipBean = this.pointList[this.selectedIndex]; let vipBean = this.pointList[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