pangqijun 1 rok pred
rodič
commit
31a6c26218
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      pages/index/diy/index_mall.vue

+ 3 - 3
pages/index/diy/index_mall.vue

@@ -261,9 +261,9 @@ export default {
 					getAddress(res.longitude, res.latitude).then(res => {
 						//初始化地址信息
 						console.log("++++++++++初始化地址信息++++++++++++", res)
-						if (res.result.address_component.city.indexOf('上海') === -1){
-							that.showTips= true;
-						}
+						// if (res.result.address_component.city.indexOf('上海') === -1){
+						// 	that.showTips= true;
+						// }
 						that.positionInfo.address = res.result.address_reference.landmark_l2.title
 						that.markers[0].label.content = res.result.address_reference.landmark_l2.title
 					})