金桥投屏

This commit is contained in:
“wanyongkang”
2024-02-22 17:26:33 +08:00
parent 22cc5d9c87
commit 6a0d042bda
34 changed files with 5338 additions and 22 deletions

View File

@@ -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;