写法

作者: 逆流成河wsy | 来源:发表于2017-11-15 11:08 被阅读7次
  if (!isJPG) {
          this.$message.error('上传头像图片只能是 JPG 格式!');
        }
        if (!isLt2M) {
          this.$message.error('上传头像图片大小不能超过 2MB!');
        }
        return isJPG && isLt2M;
      }

相关文章

网友评论

      本文标题:写法

      本文链接:https://www.haomeiwen.com/subject/ycscvxtx.html