|
@@ -310,7 +310,7 @@
|
|
|
return
|
|
|
}
|
|
|
if(EditIndustry.reqData.buyset.buyerclasscount!=-1){ //购买不是全部行业 不能点击
|
|
|
- EditIndustry.showTip(`<p>只可选择${EditIndustry.reqData.buyset.buyerclasscount}个行业<br/><span style="white-space: nowrap;">您只购买了${EditIndustry.reqData.buyset.buyerclasscount}个行业,如需更多请升级<span></p>`);
|
|
|
+ EditIndustry.showTip(`<span style="white-space: nowrap;">您只购买了${EditIndustry.reqData.buyset.buyerclasscount}个行业,如需更多请升级<span></p>`);
|
|
|
return
|
|
|
}
|
|
|
$('.select-area-box .list button').removeClass('active');
|
|
@@ -376,7 +376,7 @@
|
|
|
// 显示隐藏优惠tips
|
|
|
if (selectedArr.length >= EditIndustry.reqData.buyset.buyerclasscount&& EditIndustry.reqData.buyset.buyerclasscount!=-1) {
|
|
|
if(!isInit){
|
|
|
- EditIndustry.showTip(`<p>只可选择${EditIndustry.reqData.buyset.buyerclasscount}个行业<br/><span style="white-space: nowrap;">您只购买了${EditIndustry.reqData.buyset.buyerclasscount}个行业,如需更多请升级<span></p>`);
|
|
|
+ EditIndustry.showTip(`<span style="white-space: nowrap;">您只购买了${EditIndustry.reqData.buyset.buyerclasscount}个行业,如需更多请升级<span></p>`);
|
|
|
}
|
|
|
$('.industry_item:not(.active)').attr('disabled','disabled');
|
|
|
} else {
|