微信小程序判断手机有没有定位的方法
var that = this; wx.getSystemInfo({ success(res) { var isopendingwei = res.locationEnabled; if(isopendingwei==false){ that.tc('清先开启手机GPS定位,然后重新刷新'); } } })
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/6232.html
微信小程序判断手机有没有定位的方法
var that = this; wx.getSystemInfo({ success(res) { var isopendingwei = res.locationEnabled; if(isopendingwei==false){ that.tc('清先开启手机GPS定位,然后重新刷新'); } } })
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/6232.html