Explorar o código

个人中心验证码显示调整

qymljy hai 2 meses
pai
achega
565e0a9755
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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'
         })
       })