From be9985d92547e0e5c8f6bf6b7c3818e2cbca0862 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Thu, 22 Feb 2024 15:17:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index d3e76f5f..56faac26 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -217,6 +217,7 @@ uni.switchTab({ url: '/pages/index/index' }); + uni.setStorageSync('username', this.username); },