zhb 2 달 전
부모
커밋
66b9dd1771
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      pages/customer/create-account.vue

+ 2 - 0
pages/customer/create-account.vue

@@ -487,6 +487,8 @@ const newAccount = async () => {
             }
         }
     } catch (error) {
+        console.log(error)
+        flag.value = false;
         if (error instanceof Array) {
             // showToast(error[0].errorMessage);
             return