// 如果上传的文件不为图片格式, 那么就提示“上传文件格式不正确”
if (file.type!="image/jpg" && file.type!="image/jpeg" && file.type!="image/png"
&& file.type!="image/gif" && file.type!="image/bpm" ){
this.trigger( 'error', 'Q_PIC_TYPE');
}

相关文章:

  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2021-09-06
  • 2021-10-16
  • 2022-12-23
  • 2021-12-03
猜你喜欢
  • 2022-12-23
  • 2021-08-18
  • 2021-07-05
  • 2022-12-23
  • 2021-05-24
  • 2021-11-16
  • 2022-12-23
相关资源
相似解决方案