副屏为uniapp项目的话,发送和叫收消息方法
mounted() {
//将要给原生调用的方法挂载到 window 上面
window.onChange = this.callJsFunction;
},
methods: {
onClick() {
uni.showToast({
title: '发送消息'
});
android: uniappCallBack.jsCallBack('A-我是大帅哥');
},
callJsFunction(obj) {
// uni.showToast({
// title:"接收消息"
// })
if(obj.type==="update"){
this.orderData=obj;
}else{
this.orderData=undefined;
}
console.log(obj);
return 'js调用成功';
}
}
t***@126.com
- 发布:2024-11-01 17:44
- 更新:2024-11-01 17:45
- 阅读:54
t***@126.com (作者)
???
2024-11-12 14:44
9***@qq.com
回复 t***@126.com: 我司是卖ddos,cc,waf,syn等防御产品的
2024-11-14 14:17