|
@@ -340,7 +340,7 @@
|
|
let showCount = buyset - disabledCount;
|
|
let showCount = buyset - disabledCount;
|
|
let showCounts = selectedArr.length - showCount;
|
|
let showCounts = selectedArr.length - showCount;
|
|
if (showCounts > 3) {
|
|
if (showCounts > 3) {
|
|
- $('.tips_btn .tips_d_text').text("已选择"+showCounts+"个行业,建议购买“全部行业”");
|
|
|
|
|
|
+ $('.tips_btn .tips_d_text').text("已新增"+showCounts+"个行业,建议新增“全部行业”");
|
|
$('.tips_btn .tips_d_text').slideDown();
|
|
$('.tips_btn .tips_d_text').slideDown();
|
|
} else {
|
|
} else {
|
|
$('.tips_btn .tips_d_text').slideUp()
|
|
$('.tips_btn .tips_d_text').slideUp()
|