zhb 2 months ago
parent
commit
66b9dd1771
1 changed files with 2 additions and 0 deletions
  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