diff --git a/Host/Views.Mobile/User/MyAccounts.cshtml b/Host/Views.Mobile/User/MyAccounts.cshtml index 08877de..718833b 100644 --- a/Host/Views.Mobile/User/MyAccounts.cshtml +++ b/Host/Views.Mobile/User/MyAccounts.cshtml @@ -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) { diff --git a/Host/Views/User/MyAccounts.cshtml b/Host/Views/User/MyAccounts.cshtml index b8503ac..a8e2b27 100644 --- a/Host/Views/User/MyAccounts.cshtml +++ b/Host/Views/User/MyAccounts.cshtml @@ -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) {