<template>
<wx-open-launch-weapp
id="launch-btn"
username="gh_bbc1673996b8"
path="/pages/index/index.html"
@ready="launchAppReady"
>
<script type="text/wxtag-template">
<style>.btn { padding: 12px }</style>
<button class="btn">打开小程序</button>
</script>
</wx-open-launch-weapp>
</template>
<script>
wx.config({
beta: true,
appId: appid,
timestamp: timestamp,
nonceStr: nonceStr,
signature: nonceStr,
jsApiList: [
"updateAppMessageShareData",
"updateTimelineShareData"
],
openTagList: ["wx-open-launch-app"]
});
wx.ready(function() {
console.log(11111111111);
});
wx.error(function(res) {
console.log(res);
});
</script>
都解决的了吗 我的也出不来
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的测试链接