微信小程序實時定位授權

// 重新定位

? ? repositionFun: function () {

? ? ? ? let that = this;

? ? ? ? wx.getLocation({

? ? ? ? ? ? type: "gcj02",

? ? ? ? ? ? altitude: "true",

? ? ? ? ? ? success: function (res) {

? ? ? ? ? ? ? ? console.log(res);

? ? ? ? ? ? ? ? that.setData({

? ? ? ? ? ? ? ? ? ? longitude: res.longitude,

? ? ? ? ? ? ? ? ? ? latitude: res.latitude,

? ? ? ? ? ? ? ? ? ? scale: 17

? ? ? ? ? ? ? ? });

? ? ? ? ? ? },

? ? ? ? ? ? fail: function () {

? ? ? ? ? ? ? ? wx.getSetting({

? ? ? ? ? ? ? ? ? ? success: (res) => {

? ? ? ? ? ? ? ? ? ? ? ? if (res.authSetting['scope.userLocation'] != undefined && res.authSetting['scope.userLocation'] != true) {

? ? ? ? ? ? ? ? ? ? ? ? ? ? wx.showModal({

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? title: '是否授權當前位置',

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? content: '需要獲取您的地理位置,請確認授權,否則地圖功能將無法使用',

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? success: function (res) {

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? if (res.cancel) {

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? console.info("1授權失敗返回數(shù)據(jù)");

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? } else if (res.confirm) {

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? wx.openSetting({

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? success: function (data) {

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? if (data.authSetting["scope.userLocation"] == true) {

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? wx.showToast({

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? title: '授權成功',

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? icon: 'success',

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? duration: 5000

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? })

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? } else {

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? wx.showToast({

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? title: '授權失敗',

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? image: "../../images/warn.png",

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? duration: 2000

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? });

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? }

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? }

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? })

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? }

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? }

? ? ? ? ? ? ? ? ? ? ? ? ? ? })

? ? ? ? ? ? ? ? ? ? ? ? }

? ? ? ? ? ? ? ? ? ? }

? ? ? ? ? ? ? ? });

? ? ? ? ? ? }

? ? ? ? })

? ? },

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
【社區(qū)內容提示】社區(qū)部分內容疑似由AI輔助生成,瀏覽時請結合常識與多方信息審慎甄別。
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發(fā)布,文章內容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。

相關閱讀更多精彩內容

友情鏈接更多精彩內容