Fengyecn 發表於 2025-11-17 20:58:43

分享下 diy 默认用户头像不显示的办法,网上找的,试了下,可以实现

<font style="color:rgb(55, 55, 55)"><font style="background-color:rgb(252, 252, 252)"><font face="Arial, sans-serif"><font style="font-size:15px">找到调用头像的代码,类似:</font></font></font></font>&lt;img src=&quot;{avatar}&quot; width=&quot;48&quot; height=&quot;48&quot; /&gt;<font style="color:rgb(55, 55, 55)"><font style="background-color:rgb(252, 252, 252)"><font face="Arial, sans-serif"><font style="font-size:15px">将其改为:</font></font></font></font><font style="color:rgb(55, 55, 55)"><font style="background-color:rgb(252, 252, 252)"><font face="Arial, sans-serif"><font style="font-size:15px">&lt;img src=&quot;{avatar}&quot; width=&quot;48&quot; height=&quot;48&quot; onerror=&quot;this.onerror=null;this.src='uc_server/images/noavatar_small.gif'&quot; /&gt;</font></font></font></font><br /><font style="color:rgb(55, 55, 55)"><font style="background-color:rgb(252, 252, 252)"><font face="Arial, sans-serif"><font style="font-size:15px">uc_server/images/noavatar_small.gif&nbsp;&nbsp;为默认头像路径</font></font></font></font><br />

Fengyecn 發表於 2025-11-17 20:59:42

X5下统一了新方法

南瓜看世界 發表於 2025-11-17 21:01:54

<br />期待X5早日发布
頁: [1]
查看完整版本: 分享下 diy 默认用户头像不显示的办法,网上找的,试了下,可以实现