界面优化

This commit is contained in:
“wanyongkang”
2024-04-22 16:40:23 +08:00
parent 543f335f35
commit 165f982540
6 changed files with 117 additions and 7 deletions

View File

@@ -1028,6 +1028,7 @@ $(document).on("ready", function(e) {
//充值
recharge(money) {
this.order_info.money = money;
alert('此充值只针对HTTP,无法购买 动静态ip 以及其他产品,请确认仔细!');
},
//短效无限量购买时长修改
dxwxl_gmsc_reduce(){
@@ -1106,6 +1107,10 @@ $(document).on("ready", function(e) {
this.order_info.data = this.dxwxl_data;
break;
case 3:
if (this.dxbt_data.ipAmount < 500) {
alert("ip数量最低500个");
return;
}
this.order_info.data = this.dxbt_data;
break;
case 4: