Commit 15ddd4cf authored by mengcuiguang's avatar mengcuiguang

代码优化

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