From 4008e7a7ad0f01dc8c33e5ae73a8768e7704215a Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 21 九月 2022 17:03:49 +0800
Subject: [PATCH] #
---
pages/login/login.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 5d58709..1eb30aa 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -44,7 +44,6 @@
</view>
</scroll-view>
-
<view>
<uni-popup ref="popup" type="right">
<view class="config">
@@ -278,6 +277,7 @@
"content-type": "application/json"
},
success: (result) => {
+ console.log(result);
let res = result.data;
uni.hideLoading();
if (res.code == 200) {
@@ -294,6 +294,7 @@
uni.removeStorageSync('HCpassw');
}
uni.setStorageSync('token', res.data.token);
+ console.log('...');
setTimeout(() => {
uni.navigateBack(); // 灏忕▼搴忕敤杩欎釜 鎶婇椤佃矾鐢辨斁绗竴涓�
uni.reLaunch({
--
Gitblit v1.9.1