Commit 4755c886 authored by xxx's avatar xxx

1

parent 45cae6cc
......@@ -281,11 +281,11 @@ export default {
function(error) {
var errorType = ['您拒绝共享位置信息', '获取不到位置信息', '获取位置信息超时'];
console.log(errorType[error.code - 1]);
that.$notify({
title: errorType[error.code - 1] + '!',
type: 'warning',
duration: 5000
});
// that.$notify({
// title: errorType[error.code - 1] + '!',
// type: 'warning',
// duration: 5000
// });
}
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment