找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
查看: 110|回复: 0

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

[复制链接]

320

主题

1099

回帖

1421

积分

金牌会员

积分
1421
发表于 2024-12-11 07:33:00 | 显示全部楼层 |阅读模式



// 手机版门户钩子类
classmobileplugin_qier_*_portalextendsmobileplugin_qier_* {
    // 门户首页顶部【官方钩子=不正常】
    publicfunctionportal_index_top_mobile() {
        return$this->_get_mobile_ad('index');
    }

    // 门户文章页顶部【官方钩子=正常】
    publicfunctionview_article_top_mobile() {
        return$this->_get_mobile_ad('portal_article');
    }

    // 门户列表页顶部【自定义钩子=不正常】
    publicfunctionportal_list_top_mobile() {
        return$this->_get_mobile_ad('portal_list');
    }
}


为什么门户手机版的钩子 只有文章页正常 首页和列表的钩子都不显示呀
门户列表已手动添加<!--{hook/portal_list_top_mobile}-->

是哪姿势不对么?




回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表