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

This commit is contained in:
“wanyongkang”
2024-04-10 16:43:21 +08:00
parent baec106992
commit 81cb74c0e2
2 changed files with 8 additions and 0 deletions

View File

@@ -955,6 +955,10 @@
}
},
pay_page(){
if (this.province_city.surplus_out_total < this.order_info.buy_num>){
alert('节点数量不足!');
return;
}
if (this.order_info.package_id == '') {
alert('请选择套餐!');
return;

View File

@@ -1296,6 +1296,10 @@
}
},
pay_page(){
if (this.province_city.surplus_out_total < this.order_info.buy_num>){
alert('节点数量不足!');
return;
}
if (this.order_info.package_id == '') {
alert('请选择套餐!');
return;