修复部分产品续费不跳转问题

This commit is contained in:
“wanyongkang”
2024-08-02 16:40:21 +08:00
parent 11dda1118a
commit 1a067bdc2c
2 changed files with 18 additions and 12 deletions

View File

@@ -879,13 +879,16 @@
var product_type_shuidi = '';//0:静态 1固态
var flag = 0;
$.each($('input:checkbox:checked'), function () {
var type = $(this).attr('a-package').split('-')[0];
if (product_type_shuidi != '') {
if (product_type_shuidi != type) {
flag = 1;
var ppip = $(this).attr('a-pid');
if (ppip == '28') {
var type = $(this).attr('a-package').split('-')[0];
if (product_type_shuidi != '') {
if (product_type_shuidi != type) {
flag = 1;
}
} else {
product_type_shuidi = type;
}
} else {
product_type_shuidi = type;
}
var account = $(this).val();
if (account) {