From f2036f82c20767036fe8c4d627e5694e28e6ab73 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期二, 29 七月 2025 18:29:33 +0800
Subject: [PATCH] 修复资源移动目录产生的BUG

---
 packagePersonal/pages/userSetting/index.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packagePersonal/pages/userSetting/index.js b/packagePersonal/pages/userSetting/index.js
index 1bbd3e3..7329d10 100644
--- a/packagePersonal/pages/userSetting/index.js
+++ b/packagePersonal/pages/userSetting/index.js
@@ -127,7 +127,7 @@
     this.setData({
       userInfoBox: e.detail.visible,
       countDown: 0,
-      mailCountDown:0
+      mailCountDown: 0
     });
   },
   editIconInfo(e) {
@@ -277,6 +277,7 @@
   },
 
   getPhoneCode() {
+    if (this.data.countDown > 0) return false
     if (this.data.userInfoForm.phone && this.data.userInfoForm.captcha) {
       app.MG.identity
         .getPhoneCode({

--
Gitblit v1.9.1