我的内置H5页面也是uniapp开发的,我的方法是这样的
</template>
<view>
...
</view>
</template>
<script type="text/javascript" src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js"></script>
<script>
hander(){
uni.postMessage({
data: {
action: '111111'
}
});
}
</script>
执行时报错 TypeError: uni.postMessage is not a function at
请问这个uni.postMessage怎么使用才有效?
zhangrl
请问实现了吗
2023-11-17 09:47
1***@163.com
回复 zhangrl: 请问App和h5都是uniapp开发的 我用了好久都没有发出去,您解决这个问题了吗
2024-01-17 14:43