From 2ab92240f1eccf659d7380dc524e76faca6f644c Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期三, 04 十二月 2024 15:37:44 +0800
Subject: [PATCH] feat:库管新页面提交

---
 pages/login/userPassword.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages/login/userPassword.vue b/pages/login/userPassword.vue
index 99bd0ca..f145714 100644
--- a/pages/login/userPassword.vue
+++ b/pages/login/userPassword.vue
@@ -234,9 +234,7 @@
 									if (res.code) {
 										uni.setStorageSync('bindcode', res.code);
 									}
-								}
-							});
-							if (uni.getStorageSync('bindcode')) {
+									if (uni.getStorageSync('bindcode')) {
 								this.$reqPost('wxBind', { state: 'MINI', code: uni.getStorageSync('bindcode') },
 									'params').then(res => {
 									uni.hideLoading();
@@ -250,6 +248,9 @@
 									}
 								});
 							}
+								}
+							});
+						
 						}
 					}).catch(e => {
 						this.submitLoading = false

--
Gitblit v1.9.1