pages/login/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/login/index.vue
@@ -117,6 +117,14 @@ uni.onLocaleChange((e) => { this.applicationLocale = e.locale; }) this.user = uni.getStorageSync('user') if (!this.user) { this.user = { userName: '', password: '' } } }, methods:{ async onLogin() {