소스 검색

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() //获取全部门店列表
 						}
 						
 					}