|
@@ -658,6 +658,10 @@ $(function () {
|
|
|
})
|
|
|
|
|
|
function showCityTips(dom){
|
|
|
+ let isAll = $(".area-list").attr("data-buy-province-count");
|
|
|
+ if(Number(isAll)===-1){
|
|
|
+ return
|
|
|
+ }
|
|
|
let activeCityLength = $(dom).parent().find('.city.active').length;
|
|
|
let selectedCityLength = $(dom).parent().find('.city.active:not([disabled])').length;
|
|
|
let disabledCityLength = $(dom).parent().find('.city[disabled]').length;
|
|
@@ -686,7 +690,6 @@ $(function () {
|
|
|
|
|
|
function showOther(){
|
|
|
let showCounts = newlyAdded.province;
|
|
|
- console.log(showCounts)
|
|
|
if(showCounts > 9){
|
|
|
$(".tips_d_text").text("已新增"+showCounts+"个省,建议新增“全国”")
|
|
|
$(".tips_d_text").show();
|