|
|
@ -137,6 +137,10 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
async onReady(){ |
|
|
|
/* #ifdef APP-PLUS */ |
|
|
|
this.maps=uni.createMapContext("amap",this).$getAppMap() |
|
|
|
/* #endif */ |
|
|
|
|
|
|
|
this.eventChannel=this.getOpenerEventChannel() |
|
|
|
this.eventChannel.on("detail",e=>{ |
|
|
|
this.detail=e |
|
|
@ -162,9 +166,6 @@ export default { |
|
|
|
} |
|
|
|
/* #endif */ |
|
|
|
}) |
|
|
|
/* #ifdef APP-PLUS */ |
|
|
|
this.maps=uni.createMapContext("amap",this).$getAppMap() |
|
|
|
/* #endif */ |
|
|
|
}, |
|
|
|
methods:{ |
|
|
|
async submit(){ |
|
|
|