赞
踩
h5
import * as wx from "weixin-webview-jssdk"
wx.miniProgram.navigateTo({url: `` })
wx.miniProgram.postMessage({ data: {message: '导航',item: '111'} })
微信小程序
<web-view src="https://outlet.bneptech.cn/ditu"
:bindmessage="handleGetMessage"></web-view>
// 接收消息
const handleGetMessage = (e) => {
console.log(e)
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。