Browse Source

个人中心验证码显示调整

qymljy 2 months ago
parent
commit
565e0a9755
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/SManagement/user/user-info/components/PhoneEdit.vue

+ 2 - 2
src/SManagement/user/user-info/components/PhoneEdit.vue

@@ -82,8 +82,8 @@ export default {
           title: this.$t('获取验证码成功!'),
           message: this.$t(res.msg)
         }):this.$notify({
-          title: '失败',
-          message: res.msg,
+          title: this.$t('失败'),
+          message: this.$t(res.msg),
           type: 'error'
         })
       })