修复部分产品续费不跳转问题
This commit is contained in:
@@ -1303,13 +1303,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) {
|
||||
|
||||
Reference in New Issue
Block a user