0) { $product = $db->fetch("SELECT p.*, c.channel_name FROM {$db->table('product')} p LEFT JOIN {$db->table('channel')} c ON p.channel_id=c.id WHERE p.id=? AND p.status=1", [$id]); } $pageTitle = htmlspecialchars($product['title'] ?? '产品详情'); $extraHead = ''; require_once __DIR__ . '/../_header.php'; $pictures = []; if (!empty($product['pictures'])) { $pictures = is_array($product['pictures']) ? $product['pictures'] : json_decode($product['pictures'], true); } $defaultPic = !empty($product['litpic']) ? $product['litpic'] : 'https://picsum.photos/800/600?random=' . ($product['id'] ?? 1); ?>
‹ 返回

¥ / 起

发布时间: 浏览:

产品详情