Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
style(*): (#524) 拒绝定位时显示的失败文案修改
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Sep 26, 2018
1 parent 6ac9698 commit 64f3d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/Location.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export default {
err => {
this.loading = false;
this.currentPos = {};
this.placeholder = "未定位";
this.placeholder = "定位失败";
this.$Message.error(err.message);
}
);
Expand Down

0 comments on commit 64f3d4e

Please sign in to comment.