bug八阿哥 發表於 2024-12-4 00:42:01

为什么门户手机版的钩子 只有文章页正常 首页和列表的钩子都不显示呀

<font color="#000"><font face="Consolas, &amp;quot"><br /><br /><br /><font color="#008000">// 手机版门户钩子类</font><br /><font color="#0000ff">class</font> <font color="#267f99">mobileplugin_qier_*_portal</font> <font color="#0000ff">extends</font> <font color="#267f99">mobileplugin_qier_*</font> {<br />&nbsp; &nbsp; <font color="#008000">// 门户首页顶部</font><font color="#0800">【官方钩子=不正常】</font><br />&nbsp; &nbsp; <font color="#0000ff">public</font> <font color="#0000ff">function</font> <font color="#795e26">portal_index_top_mobile</font>() {<br />&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;<font color="#af00db">return</font> <font color="#0000ff">$this</font>-&gt;<font color="#795e26">_get_mobile_ad</font>(<font color="#a31515">'index'</font>);<br />&nbsp; &nbsp; }<br /><br />&nbsp; &nbsp; <font color="#008000">// 门户文章页顶部【官方钩子=正常】</font><br />&nbsp; &nbsp; <font color="#0000ff">public</font> <font color="#0000ff">function</font> <font color="#795e26">view_article_top_mobile</font>() {<br />&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;<font color="#af00db">return</font> <font color="#0000ff">$this</font>-&gt;<font color="#795e26">_get_mobile_ad</font>(<font color="#a31515">'portal_article'</font>);<br />&nbsp; &nbsp; }<br /><br />&nbsp; &nbsp; <font color="#008000">// 门户列表页顶部</font><font color="#0800">【自定义钩子=不正常】</font><br />&nbsp; &nbsp; <font color="#0000ff">public</font> <font color="#0000ff">function</font> <font color="#795e26">portal_list_top_mobile</font>() {<br />&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;<font color="#af00db">return</font> <font color="#0000ff">$this</font>-&gt;<font color="#795e26">_get_mobile_ad</font>(<font color="#a31515">'portal_list'</font>);<br />&nbsp; &nbsp; }<br />}<br /><br /><br />为什么门户手机版的钩子 只有文章页正常 首页和列表的钩子都不显示呀<br />门户列表已手动添加&lt;!--{hook/portal_list_top_mobile}--&gt; <br /><br />是哪姿势不对么?<br /><br /><br /><br /><br /></font></font><br /><br />门户<em>, </em>钩子<em>, </em>mobile

wonderful 發表於 2025-6-14 21:53:58

这个我也没研究明白
頁: [1]
查看完整版本: 为什么门户手机版的钩子 只有文章页正常 首页和列表的钩子都不显示呀