浏览代码

bug处理

zhengkaixin 2 年之前
父节点
当前提交
c4296d40ef
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      pages/searchPile/searchPile.vue

+ 7 - 0
pages/searchPile/searchPile.vue

@@ -573,6 +573,13 @@ export default {
 		if (this.isReady) {
 			 
 		}
+		
+		this.$nextTick(()=>{
+			this.type = this.info.obc_type[this.preference.obc_type_index].text;
+			this.raidus  = this.info.miles_type[this.preference.miles_index].text;
+			
+				this.$refs.amap.init();
+		})
 	},
 	onHide(){
 		this.end();