|
@@ -291,7 +291,8 @@
|
|
|
|
|
|
// 显示隐藏优惠tips
|
|
|
if (selectedArr.length >= 4 && !vipSubisTrial) {
|
|
|
- $('.tips_btn .tips_d_text').slideDown()
|
|
|
+ $('.tips_btn .tips_d_text').text("已选择"+selectedArr.length+"个行业,建议购买“全部行业”更划算哦~");
|
|
|
+ $('.tips_btn .tips_d_text').slideDown();
|
|
|
} else {
|
|
|
$('.tips_btn .tips_d_text').slideUp()
|
|
|
}
|