From 4a2557173ac7eef14bcd51b38c4e457139321ef3 Mon Sep 17 00:00:00 2001 From: linfeng <2445465217@qq.com> Date: Wed, 29 Mar 2023 10:20:12 +0800 Subject: [PATCH] update home.vue --- .../static/linfeng-community-uniapp-ky/pages/user/home.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/home.vue b/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/home.vue index 7b861fa..2c1d16a 100644 --- a/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/home.vue +++ b/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/home.vue @@ -159,6 +159,7 @@ title: this.userInfo.username }); } else { + this.$u.toast(res.msg) setTimeout(function() { uni.switchTab({ url: '/pages/index/index'