// 为了支持企业微信
// return new Promise((resolve, reject) => {
// tag.getLocationtag({
// type,
// success(res) {
// // console.log('获取坐标', res)
// // 转gcj02坐标系
// const gcj02 = gcoord.TransformWgs84ToGcj02(res.longitude, res.latitude)
// res = {
// ...res,
// ...gcj02
// }
// wx.setStorageSync('location', {
// time: new Date().getTime()/1000,
// data: res
// })
// // 记录定位时间
// resolve(res)
// },
// fail(error) {
// console.log(error)
// reject(error)
// }
// })
// })
这个我都注释掉了,并且改为将wx.getLocation改为了tag.getLocationtag,为啥审核还一致通不过?
你好,若你确认小程序当前提审版本代码包内未使用到wx.getLocation接口,建议提交接口审核时在接口申请原因描述中清楚说明对应的小程序appid、小程序昵称、具体的背景及当前的问题,并承诺该小程序上线或更新迭代后也不会调用wx.getLocation接口,后续我们将会在不影响现网版本的前提下关闭你小程序的wx.getLocation接口权限。
请提供小程序appid,这边核实一下