Преглед на файлове

Merge branch 'master' into dev

twt преди 1 година
родител
ревизия
88853f1230
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      pages/index/shopList.vue

+ 2 - 1
pages/index/shopList.vue

@@ -127,7 +127,6 @@
 							that.location.lng = res.longitude
 					        that.getAdress();
 							//that.getqueryShopList() //获取全部门店列表
-					
 						},
 						fail(err) {
 							console.log("定位失败")
@@ -246,6 +245,8 @@
 							
 						}else{
 							console.log("接口获取失败")
+							that.cityCode = ''
+							that.getqueryShopList() //获取全部门店列表
 						}
 						
 					}