|
@@ -660,7 +660,7 @@ $(function () {
|
|
|
function showCityTips(dom){
|
|
|
let isAll = $(".area-list").attr("data-buy-province-count");
|
|
|
if(Number(isAll)===-1){
|
|
|
- return
|
|
|
+ return
|
|
|
}
|
|
|
let activeCityLength = $(dom).parent().find('.city.active').length;
|
|
|
let selectedCityLength = $(dom).parent().find('.city.active:not([disabled])').length;
|