mounted() {
//将要给原生调用的方法挂载到 window 上面
let me = this;
window['getAppPhone'] = () => {
this.getAppPhone();
}
},
methods: {
// app端调用此方法
getAppPhone(参数){
……
}
}
mounted() {
//将要给原生调用的方法挂载到 window 上面
let me = this;
window['getAppPhone'] = () => {
this.getAppPhone();
}
},
methods: {
// app端调用此方法
getAppPhone(参数){
……
}
}
本文标题:vue 客户端调用H5的方法
本文链接:https://www.haomeiwen.com/subject/islnlltx.html
网友评论