@@ -418,7 +418,7 @@ export const getGpsLocation = function(callback){
console.log(error)
uni.showToast({
icon: 'none',
- title: JSON.stringify(error.errMsg)
+ title: '定位失败'
})
}
});