- 小程序名称不符合要求-小程序名称与单位名称无关 ?
[图片] 给客户做的小程序
2023-12-20 - 微信网页开发 ios调用 wx.getLocation 需要https协议嘛?
如题,安卓下可以正常获取,ios端获取失败 wx.config({ debug: false, appId: weixinShare.appId, timestamp: weixinShare.timestamp, nonceStr: weixinShare.nonceStr, signature: weixinShare.signature, jsApiList: ["getLocation", "openLocation"] }); // eslint-disable-next-line no-undef wx.ready(() => { // eslint-disable-next-line no-undef wx.getLocation({ type: "gcj02", // 默认为wgs84的gps坐标,如果要返回直接给openLocation用的火星坐标,可传入'gcj02' success: function(res) { var latitude = res.latitude; // 纬度,浮点数,范围为90 ~ -90 var longitude = res.longitude; // 经度,浮点数,范围为180 ~ -180。 that.getAddress(latitude, longitude); }, fail: function(res) { that.$Message.warning("获取位置信息失败"); that.addRecord(); } }); });
2021-04-15 - 之前收到过小程序进入报备流程的通知,为啥今天又收到了?又要等七天啊?
[图片]
2020-07-02 - webview 子域名无法访问?
配置了业务域名后,可以访问,但是无法访问子域名(不支持打开非业务域名),子域名也需要https么? (https://www.msmk.tech 子域名 http://demo.msmk.tech/)
2019-09-09