<wx-open-launch-weapp
id="launch-btn"
username="gh_**"
path="pages/tabBar/index/index"
@error="launchAppError"
@launch="launchAppLaunch"
<template>
<button class="btn">打开小程序</button>
</template>
</wx-open-launch-weapp>
wx.config也注册成功了,但是还是报该组件没有注册,希望uniapp可以集成进来
wanghexu
我解决了
2020-08-11 19:24
9***@qq.com
<template>
<view v-html="wxOpenTags"></view>
</template>
<script>
export default {
data() {
return {
wxOpenTags:null
}
},
onReady(options) {
</script>
2020-08-27 15:19
9***@qq.com
我这样做怎么不显示呀???
2020-08-27 15:19
aliang888
回复 9***@qq.com: 不显示的是苹果端吧,我是判断是ios的话,自动刷新下当前页面
2020-09-02 18:02