水滴购买页面 节点数量不足 无法购买

This commit is contained in:
“wanyongkang”
2024-04-10 20:59:19 +08:00
parent 04574fa852
commit 81ee396ad7
2 changed files with 2 additions and 2 deletions

View File

@@ -955,7 +955,7 @@
}
},
pay_page(){
if (this.province_city.surplus_out_total < this.order_info.buy_num>){
if (this.province_city.surplus_out_total < this.order_info.buy_num){
alert('节点数量不足!');
return;
}

View File

@@ -1296,7 +1296,7 @@
}
},
pay_page(){
if (this.province_city.surplus_out_total < this.order_info.buy_num>){
if (this.province_city.surplus_out_total < this.order_info.buy_num){
alert('节点数量不足!');
return;
}