运行wx.getLocation()然后进入fail 错误信息timeout?

运行wx.getLocation()然后进入fail 错误信息timeout?

wx.getLocation({
    type : 'wgs84', // 默认为wgs84的gps坐标,如果要返回直接给openLocation用的火星坐标,可传入'gcj02'
    success : function(res) {
    },

    fail:function(msg){

            console.log(msg);

    }
});

https://blog.csdn.net/qq_41194534/article/details/89402596