提交 f1ceaf7f 编写于 作者: 张敬贤's avatar 张敬贤

fix

上级 d3ccc1fa
......@@ -273,7 +273,8 @@ export default {
longitude: this.detailInfo.longitude,
name: this.detailInfo.hospitalName,
};
this.$rocNative.openLocation(addressInfo);
console.log(this.$rocNative.WXInstance);
this.$rocNative.WXInstance.miniProgram.openLocation(addressInfo);
return;
}
this.showSsheet = true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册