liyongli 1 tuần trước cách đây
mục cha
commit
837bedb60a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/view/fenghui/introduction.vue

+ 1 - 1
src/view/fenghui/introduction.vue

@@ -201,7 +201,7 @@ const emits = defineEmits(['checkVerificationCode']);
 let code = ''
 
 const checkVerificationCode = () => {
-    if (code !== verificationCode.value) {
+    if (code !== verificationCode.value.toLowerCase()) {
         showToast({
             message: lang[prprs.langType].verificationCodeError,
             type: 'fail',