wx.config({
debug: true,
appId: data.appId,
timestamp: data.timestamp,
nonceStr: data.nonceStr,
signature: data.signature,
jsApiList: ["onMenuShareAppMessage", "scanQRCode", "startRecord"],
openTagList: ["wx-open-launch-weapp"],
});
H5跳转至小程序,按照文档的例子写的,没使用框架,config那边显示的是ok,说明注入成功了,然后wx.ready(()=>{})这个方法也走进去了,jsAPi也能正常使用,但是就按钮出不来,标签里的都没被渲染出来,不知道标签那出了什么问题,不管是模拟器还是真机都不行。
<body>
<div class="box">
<wx-open-launch-weapp
id="launch-btn"
username="gh_c2561e9808dc"
path="pages/my/index"
>
<template>
<button>打开小程序</button>
</template>
</wx-open-launch-weapp>
</div>
</body>
H5链接:http:/print.jiqinyun.com/html/signin/jump.html
是不是微信跳转APP这条路压根就走不通啊,我看了几百个回复,都说有有问题
有解决方案了吗?我也是这样的情况,只有报了这样一个错误
解决了吗?
同上,急求解决方案
也没其他提示或者说权限有误,就是按钮显示不了