- 模拟器里,chooseLocation时,不自动选中第一个位置?
[图片]
2020-02-28 - pc版微信信运行小程序时,不支持打开客服界面?
pc版微信信运行小程序时,不支持打开客服界面?
2020-02-27 - 苹果手机 ios13 出现奇怪的bug?
webviewScriptError\nFramework inner error (expect END descriptor with depth 0 but get another)\nvalue@https://servicewechat.com/wxb20410c7ef784ad5/41/page-frame.html:2:1318665\nfe@https://servicewechat.com/wxb20410c7ef784ad5/41/page-frame.html:2:1251445\ni@https://servicewechat.com/wxb20410c7ef784ad5/41/page-frame.html:2:1319635\nn@https://servicewechat.com/wxb20410c7ef784ad5/41/page-frame.html:2:1219924\nhttps://servicewechat.com/wxb20410c7ef784ad5/41/page-frame.html:2:1220112\nhttps://servicewechat.com/wxb20410c7ef784ad5/41/page-frame.html:2:96256\nw@https://servicewechat.com/wxb20410c7ef784ad5/41/page-frame.html:2:1909\nglobal code@https://servicewechat.com/wxb20410c7ef784ad5/41/page-frame.html:1:72
2020-02-26 - map组件的marker怎么短暂隐藏啊?
怎么控制maker的显示和隐藏
2020-02-24 - 小程序为啥不能在PC版微信里打开?
和基础库有关系吗? 小程序设置基础库2.8.2, 最新版的pc微信不支持吗?
2020-02-24 - 数据库的连接可服用吗?
官方文档: 数据库同时连接数 :数据库请求并发数量,如同时有三十个数据库操作请求,则有二十个会同时执行,剩下十个返回超出并发错误;一次数据库请求(无论小程序端发起还是云函数端发起)将耗费一个连接;每个云环境分别有一个同时连接数限制、独立计数。假如数据库查询平均耗时 10ms,那么一个连接可以支持 100qps(1000ms/10ms=100),20个连接可以支持到 2000qps。 如果在一个云函数里面, 那句代码表示消耗一个连接数? cloud.getDatabse()还是db.collection()
2020-02-22 - cloud.getOpenData 总是提示cloudid过期?
{ cloudID: '30_OtBOSsCmW9kaPgPKhsA7Q8fmmUKXIBC4qrHSh9pZqndNVt2HEz2RrsFqspw', errCode: -601006, errMsg: 'cloudID expired.' } 小程序端获取cloudid,马上回传云函数,在云函数里调用getOpenData, 总是提示过期.
2020-02-22 - 云函数调用getOpenData经常提示cloudId过期?
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/open/Cloud.getOpenData.html 获取手机号的clouId,经常提示过期 是获取到cloudid之后马上发给服务端调用的. [ { cloudID: '30_0GyZHRN3qU-rtb5yS-l0l5MzJuqPI9I7J_PBEKAsI40F-eS61JrjtDmhWSI', errCode: -601006, errMsg: 'cloudID expired.' } ]
2020-02-20 - addPhoneContact 在ios上无法添加头像?
指定了头像的路径,但是ios不显示头像, 安卓正常
2020-02-19 - InnerAudioContext 在ios真机上无法播放远程文件?
但在模拟器和安卓机上可以播放
2020-02-18