From 777bcb6c5660c0ed14d85207377b62b779d81dde Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 20 五月 2026 23:08:55 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun
---
app/pages/login/login.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/app/pages/login/login.vue b/app/pages/login/login.vue
index f67430e..0e9baba 100644
--- a/app/pages/login/login.vue
+++ b/app/pages/login/login.vue
@@ -152,6 +152,7 @@
this.$store.commit('setToken', res.data.token);
this.$u.api.verifyDetail().then(user => {
if (user.code === 200) {
+ console.log('verifyDetail success:', user)
uni.showToast({ title: '鐧诲綍鎴愬姛', icon: 'success' });
this.$store.commit('setUserInfo', user.data);
setTimeout(() => {
@@ -182,6 +183,7 @@
this.$store.commit('setToken', res.data.token);
this.$u.api.verifyDetail().then(user => {
if (user.code === 200) {
+ console.log('verifyDetail success:', user)
uni.showToast({ title: '鐧诲綍鎴愬姛', icon: 'success' });
this.$store.commit('setUserInfo', user.data);
setTimeout(() => {
--
Gitblit v1.9.3