- input设置disabled为true,企业微信pc端运行的小程序无法触发点击事件,手机端正常
<input type="text" disabled bindtap="test"/> function test() { console.log(111) }
10-25 - 微信H5授权触发快照模式后,页面空白?
vite打包的ES Modules(type="module")模式下,微信H5授权触发快照模式后,页面空白 能抓包到跳转有code的链接,但是页面空白,链接页面内容不呈现 const wxLogin = (appid,uri) => { let authURL = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${encodeURIComponent( uri )}&response_type=code&scope=snsapi_userinfo&state=${appid}#wechat_redirect`; window.location.replace(authURL); } wxLogin('wx9e4acb1ee1cd727d',location.href) 授权前有内容 [图片] 触发快照模式后空白 [图片] 抓包到有请求带code的链接,但内容不呈现 [图片]
10-23 - 交易组件-场景接入-视频号推广,点击开通,loading后无提示也未开通?
[图片]
2022-12-09 - 交易组件-场景接入-视频号推广,点击开通,loading后无提示也未开通
[图片]
2022-12-09 - 离开页面后使用wx.createLivePlayerContext无效?
a页面使用了直播组件并设置了auto-pause-if-navigate为false(跳转其他页面不暂停声音),在b页面调用a页面方法,发现wx.createLivePlayerContext无效
2021-06-24 - 小程序视频直播需要什么资质?
小程序视频直播需要什么资质?
2021-05-20 - 想问一下社交类的直播需要提供什么资质吗?
想问一下社交类的直播需要提供什么资质吗?
2021-05-20