- 朋友圈广告中投放的已开发的微信网页中跳转小程序标签失效
现有按照“微信网页开发”文档开发的活动页,其中使用了 wx-open-launch-weapp 标签实现跳转小程序功能并验证有效,但最近在微信朋友圈中投放的广告图片点击进入的情况下,点击该标签跳转小程序无反应,意外的还进入监听的 “launch” 事件,需要相关人员(标签开发/微信广告开发)帮忙看一下这个 Bug。 https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html#21 <wx-open-launch-weapp id="launch-btn" username="gh_xxxxxxxx" path="pages/home/index?user=123&action=abc" > <script type="text/wxtag-template"> <style>.btn { padding: 12px }</style> <button class="btn">打开小程序</button> </script> </wx-open-launch-weapp> <script> var btn = document.getElementById('launch-btn'); btn.addEventListener('launch', function (e) { console.log('success'); }); btn.addEventListener('error', function (e) { console.log('fail', e.detail); }); </script> 微信广告-推广: https://ad.weixin.qq.com/guide/145
2021-08-13 - WeUI 导航组件标题偏右-华为荣耀
[图片] 设备:华为荣耀v9 系统版本:7.0 微信版本:8.0.7 WeUI 导航标题:专属福利 问题:页面使用了 WeUI 导航 Navigation,在真机华为手机测试中,10次中有2次会出现如上图中的标题右偏,与“···”重叠的现象(其他测试机型未出现) https://developers.weixin.qq.com/miniprogram/dev/extended/weui/navigation.html
2021-07-30 - 小程序框架-视图层-事件系统-mark 示例无效
小程序框架-视图层-事件系统-mark 无效 https://developers.weixin.qq.com/miniprogram/dev/framework/view/wxml/event.html [图片]
2021-02-28