* Date: 2026-5-30 */ if (!defined('ROOT_PATH')) { exit('Access Denied'); } if (!isset($contentList)) { $contentList = $db->fetchAll("SELECT p.*, c.channel_name FROM {$db->table('product')} p LEFT JOIN {$db->table('channel')} c ON p.channel_id=c.id WHERE p.status=1 ORDER BY p.create_time DESC LIMIT 100"); } $pageTitle = $channel['channel_name'] ?? '服务中心'; require_once __DIR__ . '/../_header.php'; $productChannels = $db->fetchAll("SELECT * FROM {$db->table('channel')} WHERE channel_type = 2 AND is_show = 1 ORDER BY list_order ASC, id ASC"); ?>