//加时间戳防缓存
var imgurl = "/pcms/headImg/${sessionScope.accountInfo.accountId}_cut.jpg?time="+new Date().getTime();
$('.header-portrait img').remove();
$('.header-portrait').prepend('<img src='+imgurl +
 '\t onerror="javascript:this.src=\'/pcms/headImg/default.jpg\'">');

 

相关文章:

  • 2021-10-14
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
猜你喜欢
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
相关资源
相似解决方案