zhb 2 месяцев назад
Родитель
Сommit
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