|
|
@@ -7,7 +7,6 @@ window.addEventListener(
|
|
|
function(event) {
|
|
|
if (event.origin === 'https://3gimg.qq.com') {
|
|
|
var loc = event.data;
|
|
|
- console.log(loc);
|
|
|
if (window.ReactNativeWebView) {
|
|
|
window.ReactNativeWebView.postMessage(JSON.stringify(loc));
|
|
|
}
|
|
|
@@ -16,12 +15,12 @@ window.addEventListener(
|
|
|
false,
|
|
|
);
|
|
|
export default {
|
|
|
+ mounted(){
|
|
|
+ window.setLocation=this.setLocation
|
|
|
+ },
|
|
|
methods:{
|
|
|
- mounted(){
|
|
|
- window.setLocation=this.setLocation()
|
|
|
- },
|
|
|
setLocation(location){
|
|
|
- this.$refs.iframe.src='https://apis.map.qq.com/tools/locpicker?search=1&type=1&zoom=18&key=${}&referer=Dingdong&coord=' +location
|
|
|
+ this.$refs.iframe.src='https://apis.map.qq.com/tools/locpicker?search=1&type=1&zoom=18&key=GLFBZ-ZR2W6-76XSA-MF7CQ-GDJ6Z-6FB5K&referer=Dingdong&coord=' +location
|
|
|
}
|
|
|
}
|
|
|
};
|