li.shaoyi 3 주 전
부모
커밋
6c8d435c9e
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      src/packages/digital/views/account/certification/index.vue

+ 5 - 3
src/packages/digital/views/account/certification/index.vue

@@ -137,9 +137,11 @@ const onSubmit = () => {
         formSubmit().then((res) => {
             /// 失败
             if (res.code.toString() === '0') {
-                hideLoading()
-                dialog(t("user.authentication.opensuccess")).then(() => {
-                    router.back()
+                userStore.getUserData().finally(() => {
+                    hideLoading()
+                    dialog(t("user.authentication.opensuccess")).then(() => {
+                        router.back()
+                    })
                 })
             } else {
                 showFailToast(res.message)