فهرست منبع

个人中心验证码显示调整

qymljy 5 ماه پیش
والد
کامیت
565e0a9755
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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'
         })
       })