在使用vue框架页面,按照文档先后配置好了js接口安全域名——1.6.0版本jssdk——配置config opentaglist——使用<script type="text/wxtag-template"></script>包括button,html代码如下
<wx-open-launch-weapp
username="gh_ebfb250249c1"
@error="launchAppError"
@launch="launchAppLaunch"
@ready="launchAppReady"
>
<script type="text/wxtag-template">
<style>.btn { display: flex;align-items: center; }</style>
<button class="btn"
style="border-radius: 55px;font-size:15px;color:#ffffff;font-weight:700;padding: 0 50px;height:45px;line-height: 45px;background-color: #FF9700;margin: 0 auto;"
>立即打开小程序</button>
</script>
</wx-open-launch-weapp>
请问最后到底是怎么解决的呢,没看出你们找到的问题点在哪呢
请问最后解决了么?
应该是你们没获取signature的问题,我一测试就过了 php+html
测试过没有问题,要真机测试,用开发者工具不行的
看楼上的用户修改了我的代码还是不显示啊,安卓和ios都不显示
config提示ok的 链接:http://www.bitaochain.com/wx.html?data=2
是必须要用button按钮吗
楼主,这个是不是必须得在微信内的浏览器,才能打开,还是外部的浏览器也可以打开的?
在真机上测试,可以的。我现在是,点击按钮后,打开小城,提示页面不存在/
后面必须要加参数,写成“pages/home/index.html”都提示页面不存在。
请问解决了吗?我也同样的问题。服务号是认证过的企业服务号,真机测试按钮也出不来,sdk版本、系统版本、微信版本都符合要求