金桥投屏
This commit is contained in:
@@ -1082,10 +1082,10 @@ $(document).on("ready", function(e) {
|
||||
}, 500);
|
||||
},
|
||||
pay() {
|
||||
if ((this.balance < this.order_info.money) && (this.order_info.order_type!=1)) {
|
||||
alert('余额不足');
|
||||
return;
|
||||
}
|
||||
//if ((this.balance < this.order_info.money) && (this.order_info.order_type!=1)) {
|
||||
// alert('余额不足');
|
||||
// return;
|
||||
//}
|
||||
switch(this.order_info.order_type) {
|
||||
case 2:
|
||||
this.order_info.data = this.dxwxl_data;
|
||||
|
||||
Reference in New Issue
Block a user