水滴购买页面 节点数量不足 无法购买
This commit is contained in:
@@ -955,6 +955,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
pay_page(){
|
pay_page(){
|
||||||
|
if (this.province_city.surplus_out_total < this.order_info.buy_num>){
|
||||||
|
alert('节点数量不足!');
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (this.order_info.package_id == '') {
|
if (this.order_info.package_id == '') {
|
||||||
alert('请选择套餐!');
|
alert('请选择套餐!');
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -1296,6 +1296,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
pay_page(){
|
pay_page(){
|
||||||
|
if (this.province_city.surplus_out_total < this.order_info.buy_num>){
|
||||||
|
alert('节点数量不足!');
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (this.order_info.package_id == '') {
|
if (this.order_info.package_id == '') {
|
||||||
alert('请选择套餐!');
|
alert('请选择套餐!');
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user