From b8e554b2db1933319eedc2a1b9e6a013dce6e299 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 23 十二月 2024 18:05:27 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 h5/pages/staffLogin/login.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/h5/pages/staffLogin/login.vue b/h5/pages/staffLogin/login.vue
index 3681b31..ddde42d 100644
--- a/h5/pages/staffLogin/login.vue
+++ b/h5/pages/staffLogin/login.vue
@@ -157,8 +157,12 @@
             })
           })
 					saveHkUserOpenid({})
-        }
-      })
+        }else{
+					this.initCaptcha()
+				}
+      }, () => {
+				this.initCaptcha()
+			})
     }
   }
 }

--
Gitblit v1.9.3