- ssl.captcha.qq.com 是腾讯自己的域名,在小程序里面为啥还拦截呢?@官方大大
[图片]
2020-08-12 - wx-open-launch-app 标签里面的内容不显示,怎么处理?
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>启动APP</title> <meta name="viewport" content="width=device-width, height=device-height, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui"> </head> <body> <div id='wola' class="mobile-page-download"> <wx-open-launch-app id="launch-btn" appid="wxea5b413296e9ae45"> <template> <style>.btn { padding: 12px }</style> <button class="btn">App内查看</button> </template> </wx-open-launch-app> </div> </body> <script src="/js/jquery.min.js"></script> <script src="/js/xiaozhu.js"></script> <script src="//res.wx.qq.com/open/js/jweixin-1.6.0.js"></script> <script> $(function(){ $.get(`${shareUrl}wechat/jsconf?type=weixin`, function(result){ wx.config({ debug: true, appId: result.content.appId, timestamp: result.content.timestamp, nonceStr: result.content.nonceStr, signature:result.content.signature, jsApiList:result.content.jsApiList, openTagList: ['wx-open-launch-app'] }); }); wx.ready(function () { alert('ready'); }); wx.error(function (res) { alert(`error:${JSON.stringify(res)}`); }); var btn = document.getElementById('launch-btn'); btn.addEventListener('launch', function (e) { console.log('success'); }); btn.addEventListener('error', function (e) { alert(`fail:${JSON.stringify(e.detail)}`); }); }); </script> </html> [图片][图片][图片] 为了查问题,采用了最原始的开发方式写了个demo wx-open-launch-app 标签里面的内容为啥不显示? 接入方式完全按照https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html 希望官方解答,谢谢!
2020-05-28 - webView内嵌业务域名为 ssl.captcha.qq.com IOS 无法打开?
[图片][图片] ssl.captcha.qq.com 为腾讯自己域名啊?怎么还屏蔽呢?安卓能正常打开
2020-01-05 - 小程序引入插件报错,小程序直接白屏?
[non-writable] modification of global variable "App" is not allowed when using plugins at app.json. [non-writable] modification of global variable "Page" is not allowed when using plugins at app.json. [图片]
2019-10-18 - 从昨天晚上开始 页面本来存在,但是大量的报undefined,找不到页面?
报错信息是根据第三方监控平台捕获的 [图片]
2019-10-17 - 2019-08-27 16:42:00 提交的审核,怎么到现在还没过呢,急啊?
2019-08-27 16:42:00 提交的审核,怎么到现在还没过呢,急啊?
2019-08-29 - 现在的审核为啥这么慢啊,严重打乱了项目计划?
现在的审核为啥这么慢啊,严重打乱了项目计划?
2019-08-29