水滴购买页面 节点数量不足 无法购买
This commit is contained in:
@@ -955,7 +955,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
pay_page(){
|
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('节点数量不足!');
|
alert('节点数量不足!');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1296,7 +1296,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
pay_page(){
|
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('节点数量不足!');
|
alert('节点数量不足!');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user