Browse Source

关闭首页弹窗

pangqijun 1 year ago
parent
commit
31a6c26218
1 changed files with 3 additions and 3 deletions
  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
 					})