瀏覽代碼

关闭首页弹窗

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
 					})