@@ -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();