- 该能力与手机号实时验证组件的区别写的不好理解
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html 建议用通俗的话来写,以及举一些例子
06-29 - wx.setEnable1v1Chat对方画面纵向拉伸变形?
wx.join1v1Chat({ caller: { nickname: '张三', openid: 'oz9QB7eS6d95qryAP6ZiMYDOc-sk', }, listener: { nickname: '李四', openid: 'oz9QB7dUw46b2ak8d8ZDtMIFnEtw', }, fail:(res)=>{ console.log(res) } })
06-13 - InterstitialAd.show()调用后无效,不显示广告也不报错?
let interstitialAd = wx.createInterstitialAd({ adUnitId:'adunit-d0bff15224feb4a8' }) interstitialAd.onLoad(() => { console.log('onLoad event emit') }) interstitialAd.onError((err) => { console.log('onError event emit', err) }) interstitialAd.onClose((res) => { console.log('onClose event emit', res) }) setTimeout(()=>{ console.log('interstitialAd.show()') interstitialAd.show().catch((err) => { console.log(err) }) },15000)
05-18 - video标签播放直播源,模拟器安卓都可以看,iOS加载不出来?
<video :src="house.video_url" id="myVideo" @pause="onPause" @play="onPlay" :is-live="true" :show-progress="false" autoplay :show-loading="true" style="width: 100%;height: 400rpx;display: block;"> </video>
03-18 - android真机无法建立socket连接,直接进入onSocketError?
模拟器正常,真机链接就直接报errcode 1004
01-16 - 部分手机点击获取头像昵称组件无反应
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.htmlhttps://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html
2023-11-29 - 开发者工具图标丢失?
[图片] 这是更新之后出现的情况,而且更新时一直更新失败,提示无法抽取某个文件的错误。反复重启更新才更新成功。为什么会出现这种情况
2023-10-25 - 语义理解体验小程序bug
https://developers.weixin.qq.com/doc/offiaccount/Intelligent_Interface/Natural_Language_Processing.html 进入翻译模式后就无法退出翻译了,其他命令就不能用了
2023-10-12 - 怎么解绑公众号?
微信绑定的公众号怎么才能解除绑定
2023-07-27 - 电聚合的代码片段不出现标记点
https://developers.weixin.qq.com/miniprogram/dev/component/map.html
2023-07-21