Explorar el Código

个人中心验证码显示调整

qymljy hace 2 meses
padre
commit
565e0a9755
Se han modificado 1 ficheros con 2 adiciones y 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'
         })
       })