- 小程序备案提示 工商数据对比不通过,如带有标点符号或字母,请检查中、英文标点符号和字母?
【主体证件住所】工商数据对比不通过,如带有标点符号或字母,请检查中、英文标点符号和字母大小写,营业执照副本比对没看到问题
2024-04-13 - wx.chooseLocation 小程序这两天开始不好用了
https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.chooseLocation.html, wx.chooseLocation 小程序这两天开始不好用了,不能弹出选择位置,需要设置什么吗 wx.chooseLocation({ success: function(res){ that.longitude = res.longitude; that.latitude = res.latitude; that.model.latlng = that.longitude + "," + that.latitude; if (res.address == "" || res.address == null) { // console.log('334') that.model.address == ""; } else { that.model.address = res.address + '(' + res.name + ')'; } }, fail: function(res) { _this.$u.toast(res); console.log('refails===', res) }, complete: function(res) { console.log('reschoosecomplete====', res) } }); "permission" : { "scope.userLocation" : { "desc" : "你的位置信息将用于小程序定位" } }, "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ]
2024-01-10