- 微信小程序报错request:fail url not in domain list?
微信开发者工具能正常发送请求,在真机调试的时候发送请求报错:request:fail url not in domain list ,请问是什么原因呢? 已经把本地设置里的不效验合法httpurl 勾选上了
2020-04-08 - wx.upload上传文件失败?
调用wx.createCameraContext().takePhoto 后获取到了图片地址。 wx.uploadFile 上传文件报fail localId is empty 参数如下 url: 'http://xxx', filePath: this.data.filePath , name: 'file', header:{ 'content-type': 'application/json' }
2020-04-07 - 自定义tabBar首次不展示?
基础库2.10.3 在首次进入页面时候tabBar不展示 再进入的时候就能展示了。通过控制台查看tabBar里的数据未展示但是数据已经在globalData里了。 我现在首页有3个tabBar 比如说 a b c 现在第一次进a的tabBar不展示 第二次进b的taBar展示a的tabBar 第三次进c的tabBar展示b的tabBar 谁能告诉我是怎么回事?
2020-03-17 - 获取用户手机号,request:fail url not in domain list?
<button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">手机号</button> 在开发工具中通过 https://api.weixin.qq.com/sns/jscode2session?appid=appid&secret=secret&js_code=jcode&grant_type=authorization_code 这个url发起wx.request是可以获取到session_key的,在真机调式中就报这个错了request:fail url not in domain list有人知道为什么吗? 不校验合法域名已√ [图片]
2020-03-13