From 16edf86b6d026ea3955b6d954b784b970292013a Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Thu, 10 Feb 2022 09:31:35 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/qfqk-android

---
 store/actions.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/store/actions.js b/store/actions.js
index 19bf01f..1c5a8aa 100644
--- a/store/actions.js
+++ b/store/actions.js
@@ -45,6 +45,7 @@
 			success: (res) => {
 				if (res.statusCode == 200) {
 					if(res.data.error_code == "400"){
+						uni.hideNavigationBarLoading();
 						uni.showToast({
 							title: '密码错误,请重试',
 							icon:'none',

--
Gitblit v1.9.3