// 利用web-view 打开公众号
<template>
<web-view :src="url" bindmessage="getMessage"></web-view>
</template>
<script>
export default {
data() {
return {
// 公众号的某一篇文章链接地址 只需改 uyTXhl3OUFqI7eX0ja8uvw 公众号的
url: 'https://mp.weixin.qq.com/s/uyTXhl3OUFqI7eX0ja8uvw'
}
},
onLoad(options) {
// this.url = options.url;
}
}
</script>
<style>
</style>
小程序跳装到公众号
最新推荐文章于 2025-07-07 08:13:21 发布

499

被折叠的 条评论
为什么被折叠?



