Kaynağa Gözat

个人中心验证码显示调整

qymljy 2 ay önce
ebeveyn
işleme
565e0a9755

+ 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'
         })
       })