水滴购买页面 节点数量不足 无法购买
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user