您好,请问wx.config配置的时候app_id是填小程序的嘛
web-view组件内,引入jssdk,wx.config配置开发者工具报错,手机运行没有报错?请教下大佬哪个版本的开发工具没有出现这个问题的,求推荐
2020-12-14web-view中调用小程序的开放接口如startRecord需要先配置吗(wx.config()...)
web-view中的startRecord无效?[图片]startRecord的success回调函数打印res里只有{"errMsg": "startRecord:ok"}
2020-12-14是必须要用button按钮吗
小程序跳转按钮:<wx-open-launch-weapp>怎么不显示?在使用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>
2020-08-24