- 在我的小程序中,点击”我的位置“报 请允许腾讯位置服务线路规划获取您的位置
[图片]
2021-08-10 - getUserInfo 小程序授权昵称头像怎么变成微信用户了?
detail:encryptedData: "errMsg: "getUserInfo:ok"iv: ""rawData: "{"nickName":"微信用户","gender":0,"language":"","city":"","province":"","country":"","avatarUrl":"https://thirdwx.qlogo.cn/mmopen/vi_32/POgEwh4mIHO4nibH0KlMECNjjGxQUq24ZEaGT4poC6icRiccVGKSyXwibcPq4BWmiaIGuG1icwxaQX6grC9VemZoJ8rg/132"}"signature: "c8d25bf14986c89debf8afab0b122acd071a5243"userInfo:avatarUrl: "https://thirdwx.qlogo.cn/mmopen/vi_32/POgEwh4mIHO4nibH0KlMECNjjGxQUq24ZEaGT4poC6icRiccVGKSyXwibcPq4BWmiaIGuG1icwxaQX6grC9VemZoJ8rg/132"city: ""country: ""gender: 0language: ""nickName: "微信用户"province: ""
2021-04-02 - 使用mpvue开发,真机测试中点击事件在oppo R9 s机型中无法触发?
使用mpvue开发,真机测试中点击事件在oppo R9 s机型中无法触发,我所使用的标签是'div' 为什么呢?
2020-12-03 - h5微信公众号,能授权获取用户手机号码?
h5微信公众号,能授权获取用户手机号码?
2020-10-26 - oppo R9s 上传图片使用wx.chooseImage 无法打开相机相册?
使用场景:公众号h5 api : wx.chooseImage 微信版本:7.0.16 手机型号:OPPO R9s 安卓版本:6.0.1 ColorOS版本:v3.0
2020-07-14 - iOS手机,小程序背景音乐下拉状态栏,音乐就暂停了?只有苹果手机有问题
下面是app.js设置的背景音乐 createBgm() { this.globalData.bgrAudioContext = wx.createInnerAudioContext(); this.globalData.bgrAudioContext.autoplay = true; this.globalData.bgrAudioContext.src = this.globalData.bgm_src; this.globalData.bgrAudioContext.loop = true; this.globalData.bgrAudioContext.play(); this.globalData.bg_is_play = true; },
2020-06-30 - wx.getImageInfo方法保存http://mmbiz.qpic.cn地址?
在直播间列表获取的图片是http://mmbiz.qpic.cn/mmbiz_jpg/ 使用wx.getImageInfo保存网络图片,生成直播间海报需要配置download合法域名。但是配置域名需要是https协议,保存不下来怎么解决?
2020-06-15