|
@@ -799,7 +799,6 @@
|
|
for(var i in area){
|
|
for(var i in area){
|
|
$(".tab").each(function(){
|
|
$(".tab").each(function(){
|
|
let provinces = $(this).children(".province").text().replace(/\s/g,"");
|
|
let provinces = $(this).children(".province").text().replace(/\s/g,"");
|
|
- let cityarr = $(this).next().find(".city").text();
|
|
|
|
if(provinces === area[i]){
|
|
if(provinces === area[i]){
|
|
province.push(area[i]);
|
|
province.push(area[i]);
|
|
$(this).next().children(".city").addClass("active");
|
|
$(this).next().children(".city").addClass("active");
|