其实很简单,真实的头像地址后面多了一个132变成了132132.

要改起来很麻烦,一般只要改一个地方,就可以把显示的地方都改了。

E:\php\WWW\framework\model\mc.mod.php

 

mc_fansinfo函数,返回前加上

if (!empty($fan['avatar'])) {
$fan['avatar'] = str_replace("132132","132",$fan['avatar']);
}

相关文章:

  • 2021-11-15
  • 2021-10-16
  • 2022-12-23
  • 2021-05-17
  • 2021-12-07
  • 2021-09-27
  • 2021-09-18
  • 2022-12-23
猜你喜欢
  • 2021-06-13
  • 2021-12-06
  • 2021-04-18
  • 2021-10-05
  • 2021-07-19
  • 2021-10-08
  • 2021-06-27
相关资源
相似解决方案