pangqijun преди 1 година
родител
ревизия
31a6c26218
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  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
 					})