Browse Source

solution2.html--debug

master
xiaodong 3 weeks ago
parent
commit
6f63dc1c7a
  1. 2251
      public/themes/website/1/zh/demo/category.html
  2. 6
      public/themes/website/1/zh/demo/solution2.html

2251
public/themes/website/1/zh/demo/category.html
File diff suppressed because it is too large
View File

6
public/themes/website/1/zh/demo/solution2.html

@ -1,6 +1,10 @@
<!DOCTYPE html>
<html lang="zh-CN">
{php}
$current_cate_id = $current_cate['id'] ?? 0;
{/php}
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -52,7 +56,7 @@
<body>
<!-- header -->
{include file="components/header"}
{hcTaglib:category id="$_GET['cid']" item="vo" field="*"}
{hcTaglib:category id="$current_cate_id" item="vo" field="*"}
<main class="main-solution2" data-nav="解决方案">
<section class="sl2-hero">
<div class="sl2-hero__intro section__wrap" data-header-dark>

Loading…
Cancel
Save