正在显示
13 个修改的文件
包含
230 行增加
和
247 行删除
@@ -27,12 +27,18 @@ class RegionController extends HomeBaseController | @@ -27,12 +27,18 @@ class RegionController extends HomeBaseController | ||
27 | $more = json_decode($value['more'],true); | 27 | $more = json_decode($value['more'],true); |
28 | $value['video'] = $more['video']; | 28 | $value['video'] = $more['video']; |
29 | } | 29 | } |
30 | + if($res_xqyy){ | ||
31 | + $res_xqyy = $res_xqyy[0]; | ||
32 | + } | ||
30 | $this->assign('res_xqyy',$res_xqyy); | 33 | $this->assign('res_xqyy',$res_xqyy); |
31 | 34 | ||
32 | //明星访谈 | 35 | //明星访谈 |
33 | $position['category_id'] = CityCategoryModel::mxft; | 36 | $position['category_id'] = CityCategoryModel::mxft; |
34 | $field = 'id,thumbnail avatar,full_name,position,trade,post_excerpt'; | 37 | $field = 'id,thumbnail avatar,full_name,position,trade,post_excerpt'; |
35 | $res_mxft = $this->getChildArticle($position,$field,1); | 38 | $res_mxft = $this->getChildArticle($position,$field,1); |
39 | + if($res_mxft){ | ||
40 | + $res_mxft = $res_mxft[0]; | ||
41 | + } | ||
36 | $this->assign('res_mxft',$res_mxft); | 42 | $this->assign('res_mxft',$res_mxft); |
37 | 43 | ||
38 | //星球故事 | 44 | //星球故事 |
@@ -70,7 +76,7 @@ class RegionController extends HomeBaseController | @@ -70,7 +76,7 @@ class RegionController extends HomeBaseController | ||
70 | //童趣未来 | 76 | //童趣未来 |
71 | $position['category_id'] = CityCategoryModel::tqwl; | 77 | $position['category_id'] = CityCategoryModel::tqwl; |
72 | $field = 'id,thumbnail,post_title,post_excerpt'; | 78 | $field = 'id,thumbnail,post_title,post_excerpt'; |
73 | - $res_tqwl = $this->getChildArticle($position,$field,$this->index_limit); | 79 | + $res_tqwl = $this->getChildArticle($position,$field,2); |
74 | $this->assign('res_tqwl',$res_tqwl); | 80 | $this->assign('res_tqwl',$res_tqwl); |
75 | 81 | ||
76 | return $this->fetch(); | 82 | return $this->fetch(); |
@@ -42,7 +42,7 @@ | @@ -42,7 +42,7 @@ | ||
42 | </div> | 42 | </div> |
43 | 43 | ||
44 | <div class="form-group"> | 44 | <div class="form-group"> |
45 | - <label for="input-description">描述</label> | 45 | + <label for="input-description">链接</label> |
46 | <div> | 46 | <div> |
47 | <textarea class="form-control" name="description" id="input-description"></textarea> | 47 | <textarea class="form-control" name="description" id="input-description"></textarea> |
48 | </div> | 48 | </div> |
@@ -42,7 +42,7 @@ | @@ -42,7 +42,7 @@ | ||
42 | </div> | 42 | </div> |
43 | </div> | 43 | </div> |
44 | <div class="form-group"> | 44 | <div class="form-group"> |
45 | - <label for="input-description">描述</label> | 45 | + <label for="input-description">链接</label> |
46 | <div> | 46 | <div> |
47 | <textarea class="form-control" name="description" | 47 | <textarea class="form-control" name="description" |
48 | id="input-description">{$description}</textarea> | 48 | id="input-description">{$description}</textarea> |
@@ -37,8 +37,8 @@ | @@ -37,8 +37,8 @@ | ||
37 | <th width="50">排序</th> | 37 | <th width="50">排序</th> |
38 | <th width="50">ID</th> | 38 | <th width="50">ID</th> |
39 | <th>分类名称</th> | 39 | <th>分类名称</th> |
40 | - <th>描述</th> | ||
41 | - <th>状态</th> | 40 | + <th>链接</th> |
41 | + <th width="200">状态</th> | ||
42 | <th width="210">操作</th> | 42 | <th width="210">操作</th> |
43 | </tr> | 43 | </tr> |
44 | </thead> | 44 | </thead> |
@@ -42,7 +42,14 @@ | @@ -42,7 +42,14 @@ | ||
42 | <th width="100">姓名<span class="form-required">*</span></th> | 42 | <th width="100">姓名<span class="form-required">*</span></th> |
43 | <td> | 43 | <td> |
44 | <input class="form-control" type="text" name="post[full_name]" | 44 | <input class="form-control" type="text" name="post[full_name]" |
45 | - id="title" required value="" placeholder="请输入姓名"/> | 45 | + id="full_name" required value="" placeholder="请输入姓名"/> |
46 | + </td> | ||
47 | + </tr> | ||
48 | + <tr> | ||
49 | + <th width="100">标题<span class="form-required">*</span></th> | ||
50 | + <td> | ||
51 | + <input class="form-control" type="text" name="post[post_title]" | ||
52 | + id="title" required value="" placeholder="请输入标题"/> | ||
46 | </td> | 53 | </td> |
47 | </tr> | 54 | </tr> |
48 | <tr> | 55 | <tr> |
@@ -50,6 +50,13 @@ | @@ -50,6 +50,13 @@ | ||
50 | </td> | 50 | </td> |
51 | </tr> | 51 | </tr> |
52 | <tr> | 52 | <tr> |
53 | + <th width="100">标题<span class="form-required">*</span></th> | ||
54 | + <td> | ||
55 | + <input class="form-control" type="text" name="post[post_title]" | ||
56 | + required value="{$post.post_title}" placeholder="请输入标题"/> | ||
57 | + </td> | ||
58 | + </tr> | ||
59 | + <tr> | ||
53 | <th>简介<span class="form-required">*</span></th> | 60 | <th>简介<span class="form-required">*</span></th> |
54 | <td> | 61 | <td> |
55 | <textarea class="form-control" required name="post[post_excerpt]" style="height: 50px;" | 62 | <textarea class="form-control" required name="post[post_excerpt]" style="height: 50px;" |
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | 19 | ||
20 | <body> | 20 | <body> |
21 | <!-- 头部 --> | 21 | <!-- 头部 --> |
22 | - <include file="public@header"> | 22 | + <include file="public@header"/> |
23 | <!-- banner --> | 23 | <!-- banner --> |
24 | <div id="banner"> | 24 | <div id="banner"> |
25 | <img src="__TMPL__/public/assets/starImg/aicon_01.png" alt=""> | 25 | <img src="__TMPL__/public/assets/starImg/aicon_01.png" alt=""> |
@@ -690,7 +690,7 @@ | @@ -690,7 +690,7 @@ | ||
690 | </div> | 690 | </div> |
691 | </div> | 691 | </div> |
692 | 692 | ||
693 | - <include file="public@footer"> | 693 | + <include file="public@footer"/> |
694 | <script src="__TMPL__/public/assets/js/jquery-3.2.1.min.js"></script> | 694 | <script src="__TMPL__/public/assets/js/jquery-3.2.1.min.js"></script> |
695 | <script src="__TMPL__/public/assets/js/swiper4/swiper.min.js"></script> | 695 | <script src="__TMPL__/public/assets/js/swiper4/swiper.min.js"></script> |
696 | <script> | 696 | <script> |
@@ -6,20 +6,30 @@ | @@ -6,20 +6,30 @@ | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> | 7 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> |
8 | <title>星域秀场</title> | 8 | <title>星域秀场</title> |
9 | - <link rel="stylesheet" href="../css/header.css"> | ||
10 | - <link rel="stylesheet" href="../swiper4/swiper.min.css"> | ||
11 | - <link rel="stylesheet" href="../css/show.css"> | 9 | + <link rel="stylesheet" href="__TMPL__/public/assets/css/header.css"> |
10 | + <link rel="stylesheet" href="__TMPL__/public/assets/js/swiper4/swiper.min.css"> | ||
11 | + <link rel="stylesheet" href="__TMPL__/public/assets/css/show.css"> | ||
12 | + <style> | ||
13 | + .slide-image{ | ||
14 | + width:260px; | ||
15 | + height:375px; | ||
16 | + } | ||
17 | + </style> | ||
12 | </head> | 18 | </head> |
13 | 19 | ||
14 | <body> | 20 | <body> |
15 | <!--头部--> | 21 | <!--头部--> |
16 | - <header></header> | 22 | + <include file="public@header"/> |
17 | <div class="show_index"> | 23 | <div class="show_index"> |
18 | <!-- banner视频 --> | 24 | <!-- banner视频 --> |
19 | <div class="show_index_banner"> | 25 | <div class="show_index_banner"> |
20 | - <video id="video" autoplay="autoplay" controls width="100%" height="660" src="../starImg/video.mp4"></video> | ||
21 | - <!-- poster="../starImg/aicon_01.png" --> | ||
22 | - <!-- <img onclick="bofang()" class="show_in_banner2" src="../starImg/aicon_30.png" alt=""> --> | 26 | + <notempty name="res_xqyy"> |
27 | + <video id="video" autoplay="autoplay" controls width="100%" height="660" src="{:cmf_get_file_download_url($res_xqyy.video)}"></video> | ||
28 | + <else/> | ||
29 | + <video id="video" autoplay="autoplay" controls width="100%" height="660" src="__TMPL__/public/assets/starImg/video.mp4"></video> | ||
30 | + </notempty> | ||
31 | + <!-- poster="__TMPL__/public/assets/starImg/aicon_01.png" --> | ||
32 | + <!-- <img onclick="bofang()" class="show_in_banner2" src="__TMPL__/public/assets/starImg/aicon_30.png" alt=""> --> | ||
23 | </div> | 33 | </div> |
24 | 34 | ||
25 | <!-- main 背景 --> | 35 | <!-- main 背景 --> |
@@ -29,7 +39,7 @@ | @@ -29,7 +39,7 @@ | ||
29 | <!-- 顶部标题 --> | 39 | <!-- 顶部标题 --> |
30 | <div class="show_INMain_tit clearfix"> | 40 | <div class="show_INMain_tit clearfix"> |
31 | <div class="show_IN1 clearfix"> | 41 | <div class="show_IN1 clearfix"> |
32 | - <img src="../starImg/aicon_48.png" alt=""> | 42 | + <img src="__TMPL__/public/assets/starImg/aicon_48.png" alt=""> |
33 | <p>明星<span>访谈</span></p> | 43 | <p>明星<span>访谈</span></p> |
34 | <h2>Star Interview</h2> | 44 | <h2>Star Interview</h2> |
35 | </div> | 45 | </div> |
@@ -41,12 +51,12 @@ | @@ -41,12 +51,12 @@ | ||
41 | <!-- 内容 --> | 51 | <!-- 内容 --> |
42 | <div class="show_INMain_con clearfix"> | 52 | <div class="show_INMain_con clearfix"> |
43 | <a href="mingxing_detail.html"> | 53 | <a href="mingxing_detail.html"> |
44 | - <img class="show_INMain_con1" src="../starImg/aicon_31.png" alt=""> | 54 | + <img class="show_INMain_con1" src="{:cmf_get_image_url($res_mxft.avatar)}" alt=""> |
45 | <div class="show_INMain_con2 clearfix"> | 55 | <div class="show_INMain_con2 clearfix"> |
46 | - <img class="show_INMain_con3" src="../starImg/aicon_32.png" alt=""> | ||
47 | - <h2>胡歌</h2> | ||
48 | - <h3>著名国际巨星 慈善家</h3> | ||
49 | - <p>那年孩子们都上大学了,我孑然一身,几个老弟兄说出国走走看看,一个老嫂子会点外语,于是我们就自由行到了欧洲,法国,德国,意大利,几个国家转了一圈,外国的天气,气候真是清新,不去的时候不想,但是身临其境的时候就会感受到巨大的差异。巴黎车水马龙,意大利热情奔放,</p> | 56 | + <img class="show_INMain_con3" src="__TMPL__/public/assets/starImg/aicon_32.png" alt=""> |
57 | + <h2>{$res_mxft.full_name}</h2> | ||
58 | + <h3>{$res_mxft.position} {$res_mxft.trade}</h3> | ||
59 | + <p>{$res_mxft.post_excerpt}</p> | ||
50 | </div> | 60 | </div> |
51 | </a> | 61 | </a> |
52 | </div> | 62 | </div> |
@@ -56,7 +66,7 @@ | @@ -56,7 +66,7 @@ | ||
56 | <!-- 顶部标题 --> | 66 | <!-- 顶部标题 --> |
57 | <div class="show_INMain_tit clearfix"> | 67 | <div class="show_INMain_tit clearfix"> |
58 | <div class="show_IN1 clearfix"> | 68 | <div class="show_IN1 clearfix"> |
59 | - <img src="../starImg/aicon_03.png" alt=""> | 69 | + <img src="__TMPL__/public/assets/starImg/aicon_03.png" alt=""> |
60 | <p>星球<span>故事</span></p> | 70 | <p>星球<span>故事</span></p> |
61 | <h2>Planet Story</h2> | 71 | <h2>Planet Story</h2> |
62 | </div> | 72 | </div> |
@@ -68,34 +78,22 @@ | @@ -68,34 +78,22 @@ | ||
68 | <!-- 内容 --> | 78 | <!-- 内容 --> |
69 | <div class="show_INMain_con2_2 swiper-container2"> | 79 | <div class="show_INMain_con2_2 swiper-container2"> |
70 | <div class="swiper-wrapper"> | 80 | <div class="swiper-wrapper"> |
71 | - <div class="swiper-slide"> | ||
72 | - <div class="show_index_con2Txt clearfix"> | ||
73 | - <!-- 左侧图片 --> | ||
74 | - <img class="show_indexImg1" src="../starImg/aicon_21.png" alt=""> | ||
75 | - <!-- 文字 --> | ||
76 | - <div class="show_index_con2Txt2"> | ||
77 | - 链子桥于1839年开始兴建,1849年竣工,全长380米。建成时是当时世界上跨度最大的桥,桥身以锁链为骨架,桥面两侧设有人行走道,中间可通行车辆。矗立在两岸的桥头堡是两座高大雄伟的石砌凯旋门,拱门雕饰精美、缘线层叠,配以稳重的基座,颇有大气的王者之风。巨大的钢索从桥头堡引出,悬拉起舒展的桥面,勾勒出遒劲的曲线轮廓。靠近佩斯区的桥两侧有两头石狮镇守,雄狮造型刚毅雄伟,如守护神般日夜镇守着链子桥,现在已成为链子桥的象征如守护神般日夜镇守着链子桥。 在链子桥上漫步,你可以欣赏到布达和佩斯两岸的迷人风景,宁静的多瑙河,壮观华丽的匈牙利国会大厦,梦幻的渔人堡,置身其中,恍如步入凝固的历史画卷。不论春夏秋冬,这里的美景都别有一番韵味。链子桥的布达一端设有垂直缆车,和四季酒店宫殿般美轮美奂的建筑。宁静的多瑙河,壮观华丽的匈牙利国会大厦,梦幻的渔人堡,置身其中,恍如步入凝固的历史画卷。 | ||
78 | - </div> | ||
79 | - <!-- 进度条 --> | ||
80 | - <div class="show_index_progress"> | ||
81 | - <img src="../starImg/aicon_15.png" alt=""> | 81 | + <volist name="res_xqgs" id="vo"> |
82 | + <div class="swiper-slide"> | ||
83 | + <div class="show_index_con2Txt clearfix"> | ||
84 | + <!-- 左侧图片 --> | ||
85 | + <img class="show_indexImg1" src="{:cmf_get_image_url($vo.thumbnail)}" alt=""> | ||
86 | + <!-- 文字 --> | ||
87 | + <div class="show_index_con2Txt2"> | ||
88 | + {$vo.post_excerpt} | ||
89 | + </div> | ||
90 | + <!-- 进度条 --> | ||
91 | + <div class="show_index_progress"> | ||
92 | + <img src="__TMPL__/public/assets/starImg/aicon_15.png" alt=""> | ||
93 | + </div> | ||
82 | </div> | 94 | </div> |
83 | </div> | 95 | </div> |
84 | - </div> | ||
85 | - <div class="swiper-slide"> | ||
86 | - <div class="show_index_con2Txt clearfix"> | ||
87 | - <!-- 左侧图片 --> | ||
88 | - <img class="show_indexImg1" src="../starImg/aicon_21.png" alt=""> | ||
89 | - <!-- 文字 --> | ||
90 | - <div class="show_index_con2Txt2"> | ||
91 | - 链子桥于1839年开始兴建,1849年竣工,全长380米。建成时是当时世界上跨度最大的桥,桥身以锁链为骨架,桥面两侧设有人行走道,中间可通行车辆。矗立在两岸的桥头堡是两座高大雄伟的石砌凯旋门,拱门雕饰精美、缘线层叠,配以稳重的基座,颇有大气的王者之风。巨大的钢索从桥头堡引出,悬拉起舒展的桥面,勾勒出遒劲的曲线轮廓。靠近佩斯区的桥两侧有两头石狮镇守,雄狮造型刚毅雄伟,如守护神般日夜镇守着链子桥,现在已成为链子桥的象征如守护神般日夜镇守着链子桥。 在链子桥上漫步,你可以欣赏到布达和佩斯两岸的迷人风景,宁静的多瑙河,壮观华丽的匈牙利国会大厦,梦幻的渔人堡,置身其中,恍如步入凝固的历史画卷。不论春夏秋冬,这里的美景都别有一番韵味。链子桥的布达一端设有垂直缆车,和四季酒店宫殿般美轮美奂的建筑。宁静的多瑙河,壮观华丽的匈牙利国会大厦,梦幻的渔人堡,置身其中,恍如步入凝固的历史画卷。 | ||
92 | - </div> | ||
93 | - <!-- 进度条 --> | ||
94 | - <div class="show_index_progress"> | ||
95 | - <img src="../starImg/aicon_15.png" alt=""> | ||
96 | - </div> | ||
97 | - </div> | ||
98 | - </div> | 96 | + </volist> |
99 | </div> | 97 | </div> |
100 | <div class="show_swiper2_btn clearfix"> | 98 | <div class="show_swiper2_btn clearfix"> |
101 | 99 | ||
@@ -114,7 +112,7 @@ | @@ -114,7 +112,7 @@ | ||
114 | <!-- 顶部标题 --> | 112 | <!-- 顶部标题 --> |
115 | <div class="show_INMain_tit clearfix"> | 113 | <div class="show_INMain_tit clearfix"> |
116 | <div class="show_IN1 clearfix"> | 114 | <div class="show_IN1 clearfix"> |
117 | - <img src="../starImg/aicon_50.png" alt=""> | 115 | + <img src="__TMPL__/public/assets/starImg/aicon_50.png" alt=""> |
118 | <p>星球<span>画廊</span></p> | 116 | <p>星球<span>画廊</span></p> |
119 | <h2>Star Gallery</h2> | 117 | <h2>Star Gallery</h2> |
120 | </div> | 118 | </div> |
@@ -123,26 +121,13 @@ | @@ -123,26 +121,13 @@ | ||
123 | <div class="show_INMain_con3_3 swiper-container"> | 121 | <div class="show_INMain_con3_3 swiper-container"> |
124 | <ul class="swiper-wrapper"> | 122 | <ul class="swiper-wrapper"> |
125 | <li class="swiper-slide"> | 123 | <li class="swiper-slide"> |
126 | - <img class="swiper-slide" src="../starImg/aicon_47.png" alt=""> | ||
127 | - </li> | ||
128 | - <li class="swiper-slide"> | ||
129 | - <img class="swiper-slide" src="../starImg/aicon_47.png" alt=""> | ||
130 | - </li> | ||
131 | - <li class="swiper-slide"> | ||
132 | - <img class="swiper-slide" src="../starImg/aicon_47.png" alt=""> | ||
133 | - </li> | ||
134 | - <li class="swiper-slide"> | ||
135 | - <img class="swiper-slide" src="../starImg/aicon_47.png" alt=""> | ||
136 | - </li> | ||
137 | - <li class="swiper-slide"> | ||
138 | - <img class="swiper-slide" src="../starImg/aicon_47.png" alt=""> | ||
139 | - </li> | ||
140 | - <li class="swiper-slide"> | ||
141 | - <img class="swiper-slide" src="../starImg/aicon_47.png" alt=""> | ||
142 | - </li> | ||
143 | - <li class="swiper-slide"> | ||
144 | - <img class="swiper-slide" src="../starImg/aicon_47.png" alt=""> | 124 | + <img class="swiper-slide" src="__TMPL__/public/assets/starImg/aicon_47.png" alt=""> |
145 | </li> | 125 | </li> |
126 | + <volist name="res_xyhl" id="vo"> | ||
127 | + <li class="swiper-slide"> | ||
128 | + <img class="swiper-slide slide-image" src="{:cmf_get_image_url($vo.thumbnail)}" alt=""> | ||
129 | + </li> | ||
130 | + </volist> | ||
146 | </ul> | 131 | </ul> |
147 | <div class="swiper-button-next"> | 132 | <div class="swiper-button-next"> |
148 | 133 | ||
@@ -158,7 +143,7 @@ | @@ -158,7 +143,7 @@ | ||
158 | <!-- 顶部标题 --> | 143 | <!-- 顶部标题 --> |
159 | <div class="show_INMain_tit clearfix"> | 144 | <div class="show_INMain_tit clearfix"> |
160 | <div class="show_IN1 clearfix"> | 145 | <div class="show_IN1 clearfix"> |
161 | - <img src="../starImg/aicon_51.png" alt="" style="margin-top:5px;width: 30px;"> | 146 | + <img src="__TMPL__/public/assets/starImg/aicon_51.png" alt="" style="margin-top:5px;width: 30px;"> |
162 | <p>独角<span>快报</span></p> | 147 | <p>独角<span>快报</span></p> |
163 | <h2>Planet Express</h2> | 148 | <h2>Planet Express</h2> |
164 | </div> | 149 | </div> |
@@ -170,40 +155,20 @@ | @@ -170,40 +155,20 @@ | ||
170 | <!-- 内容 --> | 155 | <!-- 内容 --> |
171 | <div class="show_INMain_con4"> | 156 | <div class="show_INMain_con4"> |
172 | <ul> | 157 | <ul> |
173 | - <li class="clearfix"> | ||
174 | - <a href="show_4.html"> | ||
175 | - <img src="../starImg/bicon_27.png" alt=""> | ||
176 | - <div class="show_INMain_con4_txt"> | ||
177 | - <h2>这片鲜有人知的湖区,堪称芬兰的灵魂,就等你来一探究竟!</h2> | ||
178 | - <p>一提到芬兰,脑海里总是出现绚丽的极光、快乐的圣诞老人……你以为芬兰所有的快乐和浪漫都留给了冬天?会议认为,成绩留在过去,问题面向未来。目前,中青旅处于经济下行风险期、旅游行业变革创新期、自身改革发展转型期“三期叠加”爬坡过坎的特殊关键时期。 | ||
179 | - </p> | ||
180 | - <span>2019-01-09</span> | ||
181 | - </div> | ||
182 | - </a> | ||
183 | - </li> | ||
184 | - <li class="clearfix"> | ||
185 | - <a href="show_4.html"> | ||
186 | - <img src="../starImg/bicon_27.png" alt=""> | ||
187 | - <div class="show_INMain_con4_txt"> | ||
188 | - <h2>这片鲜有人知的湖区,堪称芬兰的灵魂,就等你来一探究竟!</h2> | ||
189 | - <p>一提到芬兰,脑海里总是出现绚丽的极光、快乐的圣诞老人……你以为芬兰所有的快乐和浪漫都留给了冬天?会议认为,成绩留在过去,问题面向未来。目前,中青旅处于经济下行风险期、旅游行业变革创新期、自身改革发展转型期“三期叠加”爬坡过坎的特殊关键时期。 | ||
190 | - </p> | ||
191 | - <span>2019-01-09</span> | ||
192 | - </div> | ||
193 | - </a> | ||
194 | - </li> | ||
195 | - <li class="clearfix"> | ||
196 | - <a href="show_4.html"> | ||
197 | - <img src="../starImg/bicon_27.png" alt=""> | ||
198 | - <div class="show_INMain_con4_txt"> | ||
199 | - <h2>这片鲜有人知的湖区,堪称芬兰的灵魂,就等你来一探究竟!</h2> | ||
200 | - <p>一提到芬兰,脑海里总是出现绚丽的极光、快乐的圣诞老人……你以为芬兰所有的快乐和浪漫都留给了冬天?会议认为,成绩留在过去,问题面向未来。目前,中青旅处于经济下行风险期、旅游行业变革创新期、自身改革发展转型期“三期叠加”爬坡过坎的特殊关键时期。 | ||
201 | - </p> | ||
202 | - <span>2019-01-09</span> | ||
203 | - </div> | ||
204 | - </a> | ||
205 | - </li> | ||
206 | - | 158 | + <volist name="res_djkb" id="vo"> |
159 | + <li class="clearfix"> | ||
160 | + <a href="show_4.html"> | ||
161 | + <img src="{:cmf_get_image_url($vo.thumbnail)}" alt=""> | ||
162 | + <div class="show_INMain_con4_txt"> | ||
163 | + <h2>{$vo.post_title}</h2> | ||
164 | + <p> | ||
165 | + {$vo.post_excerpt} | ||
166 | + </p> | ||
167 | + <span>{$vo.create_time|date="Y-m-d",###}</span> | ||
168 | + </div> | ||
169 | + </a> | ||
170 | + </li> | ||
171 | + </volist> | ||
207 | </ul> | 172 | </ul> |
208 | </div> | 173 | </div> |
209 | </div> | 174 | </div> |
@@ -213,7 +178,7 @@ | @@ -213,7 +178,7 @@ | ||
213 | <!-- 顶部标题 --> | 178 | <!-- 顶部标题 --> |
214 | <div class="show_INMain_tit clearfix"> | 179 | <div class="show_INMain_tit clearfix"> |
215 | <div class="show_IN1 clearfix"> | 180 | <div class="show_IN1 clearfix"> |
216 | - <img src="../starImg/aicon_52.png" alt="" style="margin-top:3px;width: 28px;"> | 181 | + <img src="__TMPL__/public/assets/starImg/aicon_52.png" alt="" style="margin-top:3px;width: 28px;"> |
217 | <p>独角<span>日志</span></p> | 182 | <p>独角<span>日志</span></p> |
218 | <h2>Neo Blog</h2> | 183 | <h2>Neo Blog</h2> |
219 | </div> | 184 | </div> |
@@ -221,44 +186,22 @@ | @@ -221,44 +186,22 @@ | ||
221 | <!-- 内容 --> | 186 | <!-- 内容 --> |
222 | <div class="show_INMain_con5"> | 187 | <div class="show_INMain_con5"> |
223 | <ul class="clearfix"> | 188 | <ul class="clearfix"> |
224 | - <li> | ||
225 | - <a href="dujiao_detail.html"> | ||
226 | - <div class="show_INMain_con5_1"> | ||
227 | - <img src="../starImg/aicon_55.png" alt=""> | ||
228 | - </div> | ||
229 | - <div class="show_INMain_con5_2"> | ||
230 | - <h1>曼谷著名地标,必访的景点</h1> | ||
231 | - <p> | ||
232 | - 门票一个人200泰铢,附一瓶水,人群明显较大皇宫少,为什么?明明就在隔壁。 中文说明,个人觉得,泰国受中国和印度影响很深,建筑风格上,可看出两者的融合,卧佛本身所在寺庙,内部空不是很大,观光客都在取景拍照,而换零钱投钵许愿这事,很有特色内部空不是很大,观光客都在取景拍照。 | ||
233 | - </p> | ||
234 | - <img src="../starImg/aicon_56.png" alt=""> | ||
235 | - </div> | ||
236 | - </a> | ||
237 | - </li> | ||
238 | - <li> | ||
239 | - <div class="show_INMain_con5_1"> | ||
240 | - <img src="../starImg/aicon_55.png" alt=""> | ||
241 | - </div> | ||
242 | - <div class="show_INMain_con5_2"> | ||
243 | - <h1>曼谷著名地标,必访的景点</h1> | ||
244 | - <p> | ||
245 | - 门票一个人200泰铢,附一瓶水,人群明显较大皇宫少,为什么?明明就在隔壁。 中文说明,个人觉得,泰国受中国和印度影响很深,建筑风格上,可看出两者的融合,卧佛本身所在寺庙,内部空不是很大,观光客都在取景拍照,而换零钱投钵许愿这事,很有特色内部空不是很大,观光客都在取景拍照。 | ||
246 | - </p> | ||
247 | - <img src="../starImg/aicon_56.png" alt=""> | ||
248 | - </div> | ||
249 | - </li> | ||
250 | - <li> | ||
251 | - <div class="show_INMain_con5_1"> | ||
252 | - <img src="../starImg/aicon_55.png" alt=""> | ||
253 | - </div> | ||
254 | - <div class="show_INMain_con5_2"> | ||
255 | - <h1>曼谷著名地标,必访的景点</h1> | ||
256 | - <p> | ||
257 | - 门票一个人200泰铢,附一瓶水,人群明显较大皇宫少,为什么?明明就在隔壁。 中文说明,个人觉得,泰国受中国和印度影响很深,建筑风格上,可看出两者的融合,卧佛本身所在寺庙,内部空不是很大,观光客都在取景拍照,而换零钱投钵许愿这事,很有特色内部空不是很大,观光客都在取景拍照。 | ||
258 | - </p> | ||
259 | - <img src="../starImg/aicon_56.png" alt=""> | ||
260 | - </div> | ||
261 | - </li> | 189 | + <volist name="res_djrz" id="vo"> |
190 | + <li> | ||
191 | + <a href="dujiao_detail.html"> | ||
192 | + <div class="show_INMain_con5_1"> | ||
193 | + <img src="{:cmf_get_image_url($vo.thumbnail)}" alt=""> | ||
194 | + </div> | ||
195 | + <div class="show_INMain_con5_2"> | ||
196 | + <h1>{$vo.post_title}</h1> | ||
197 | + <p> | ||
198 | + {$vo.post_excerpt} | ||
199 | + </p> | ||
200 | + <img src="{:cmf_get_image_url($vo.avatar)}" alt=""> | ||
201 | + </div> | ||
202 | + </a> | ||
203 | + </li> | ||
204 | + </volist> | ||
262 | </ul> | 205 | </ul> |
263 | </div> | 206 | </div> |
264 | </div> | 207 | </div> |
@@ -267,7 +210,7 @@ | @@ -267,7 +210,7 @@ | ||
267 | <!-- 顶部标题 --> | 210 | <!-- 顶部标题 --> |
268 | <div class="show_INMain_tit clearfix"> | 211 | <div class="show_INMain_tit clearfix"> |
269 | <div class="show_IN1 clearfix"> | 212 | <div class="show_IN1 clearfix"> |
270 | - <img src="../starImg/aicon_53.png" alt="" style="margin-top:5px;width:37px;"> | 213 | + <img src="__TMPL__/public/assets/starImg/aicon_53.png" alt="" style="margin-top:5px;width:37px;"> |
271 | <p>公益<span>未来</span></p> | 214 | <p>公益<span>未来</span></p> |
272 | <h2>Commonweal & Future</h2> | 215 | <h2>Commonweal & Future</h2> |
273 | </div> | 216 | </div> |
@@ -275,37 +218,26 @@ | @@ -275,37 +218,26 @@ | ||
275 | <!-- 内容 --> | 218 | <!-- 内容 --> |
276 | <div class="show_INMain_con6"> | 219 | <div class="show_INMain_con6"> |
277 | <ul class="clearfix"> | 220 | <ul class="clearfix"> |
278 | - <li> | ||
279 | - <a href="show_2.html"> | ||
280 | - <img src="../starImg/aicon_57.png" alt=""> | ||
281 | - <div class="show_INMain_con6_1"> | ||
282 | - <h1>春季无限畅游迪士尼</h1> | ||
283 | - <p>想和家人朋友在这个缤纷春日及热情夏日随时投入神奇世界,感受无所不在的欢乐,只需带上你的春夏畅游季卡!在满园春色中感受迪士尼元素。</p> | ||
284 | - </div> | ||
285 | - </a> | ||
286 | - </li> | ||
287 | - <li> | ||
288 | - <a href="show_2.html"> | ||
289 | - <img src="../starImg/aicon_57.png" alt=""> | ||
290 | - <div class="show_INMain_con6_1"> | ||
291 | - <h1>春季无限畅游迪士尼</h1> | ||
292 | - <p>想和家人朋友在这个缤纷春日及热情夏日随时投入神奇世界,感受无所不在的欢乐,只需带上你的春夏畅游季卡!在满园春色中感受迪士尼元素。</p> | ||
293 | - </div> | ||
294 | - </a> | ||
295 | - </li> | 221 | + <volist name="res_tqwl" id="vo"> |
222 | + <li> | ||
223 | + <a href="show_2.html"> | ||
224 | + <img src="{:cmf_get_image_url($vo.thumbnail)}" alt=""> | ||
225 | + <div class="show_INMain_con6_1"> | ||
226 | + <h1>{$vo.post_title}</h1> | ||
227 | + <p>{$vo.post_excerpt}</p> | ||
228 | + </div> | ||
229 | + </a> | ||
230 | + </li> | ||
231 | + </volist> | ||
296 | </ul> | 232 | </ul> |
297 | </div> | 233 | </div> |
298 | </div> | 234 | </div> |
299 | </div> | 235 | </div> |
300 | <!-- 底部 --> | 236 | <!-- 底部 --> |
301 | - <footer></footer> | ||
302 | - <script src="../js/jquery-3.2.1.min.js"></script> | ||
303 | - <script src="../swiper4/swiper.min.js"></script> | 237 | + <include file="public@footer"/> |
238 | + <script src="__TMPL__/public/assets/js/jquery-3.2.1.min.js"></script> | ||
239 | + <script src="__TMPL__/public/assets/js/swiper4/swiper.min.js"></script> | ||
304 | <script> | 240 | <script> |
305 | - // 头尾 | ||
306 | - $('header').load('header.html'); | ||
307 | - $('footer').load('footer.html'); | ||
308 | - | ||
309 | // 星球画廊swiper | 241 | // 星球画廊swiper |
310 | var swiper = new Swiper('.swiper-container', { | 242 | var swiper = new Swiper('.swiper-container', { |
311 | slidesPerView: 4, | 243 | slidesPerView: 4, |
@@ -48,10 +48,12 @@ | @@ -48,10 +48,12 @@ | ||
48 | display: none; | 48 | display: none; |
49 | position: absolute; | 49 | position: absolute; |
50 | width: 146px; | 50 | width: 146px; |
51 | - top: 76px; | 51 | + top: 70px; |
52 | + z-index: 1; | ||
52 | } | 53 | } |
53 | 54 | ||
54 | .home_nav_down2 { | 55 | .home_nav_down2 { |
56 | + | ||
55 | width: 146px; | 57 | width: 146px; |
56 | background: rgba(255, 255, 255, 1); | 58 | background: rgba(255, 255, 255, 1); |
57 | box-shadow: 0px 4px 16px 0px rgba(35, 35, 35, 0.2); | 59 | box-shadow: 0px 4px 16px 0px rgba(35, 35, 35, 0.2); |
@@ -100,7 +102,7 @@ | @@ -100,7 +102,7 @@ | ||
100 | border-top: 4px solid rgba(9, 255, 142, 1); | 102 | border-top: 4px solid rgba(9, 255, 142, 1); |
101 | } | 103 | } |
102 | 104 | ||
103 | -#header .home_nav ul li a:hover { | 105 | +.home_nav .home_nav_act_A:hover { |
104 | color: rgba(9, 255, 142, 1); | 106 | color: rgba(9, 255, 142, 1); |
105 | border-top: 4px solid rgba(9, 255, 142, 1); | 107 | border-top: 4px solid rgba(9, 255, 142, 1); |
106 | } | 108 | } |
@@ -220,6 +220,8 @@ body { | @@ -220,6 +220,8 @@ body { | ||
220 | width: 140px; | 220 | width: 140px; |
221 | margin-top: 66px; | 221 | margin-top: 66px; |
222 | float: left; | 222 | float: left; |
223 | + height:140px; | ||
224 | + border-radius:50% | ||
223 | } | 225 | } |
224 | 226 | ||
225 | .show_INMain_con2 { | 227 | .show_INMain_con2 { |
@@ -291,11 +293,13 @@ body { | @@ -291,11 +293,13 @@ body { | ||
291 | 293 | ||
292 | .show_indexImg1 { | 294 | .show_indexImg1 { |
293 | width: 400px; | 295 | width: 400px; |
296 | + height:400px; | ||
294 | float: left; | 297 | float: left; |
295 | } | 298 | } |
296 | 299 | ||
297 | .show_index_con2Txt2 { | 300 | .show_index_con2Txt2 { |
298 | width: 712px; | 301 | width: 712px; |
302 | + height:252px; | ||
299 | float: left; | 303 | float: left; |
300 | margin-left: 39px; | 304 | margin-left: 39px; |
301 | margin-top: 43px; | 305 | margin-top: 43px; |
@@ -460,6 +464,7 @@ body { | @@ -460,6 +464,7 @@ body { | ||
460 | 464 | ||
461 | .show_INMain_con4 ul li img { | 465 | .show_INMain_con4 ul li img { |
462 | width: 230px; | 466 | width: 230px; |
467 | + height:150px; | ||
463 | float: left; | 468 | float: left; |
464 | } | 469 | } |
465 | 470 | ||
@@ -482,6 +487,17 @@ body { | @@ -482,6 +487,17 @@ body { | ||
482 | margin: 10px 0 18px 0; | 487 | margin: 10px 0 18px 0; |
483 | color: rgba(153, 153, 153, 1); | 488 | color: rgba(153, 153, 153, 1); |
484 | line-height: 22px; | 489 | line-height: 22px; |
490 | + height:42px; | ||
491 | + overflow: hidden; | ||
492 | + text-overflow: ellipsis; | ||
493 | + display: -webkit-box; | ||
494 | + -webkit-line-clamp: 2; | ||
495 | + -webkit-box-orient: vertical; | ||
496 | +} | ||
497 | +.show_INMain_con5_2 img{ | ||
498 | + width:44px; | ||
499 | + height:44px; | ||
500 | + border-radius:50%; | ||
485 | } | 501 | } |
486 | 502 | ||
487 | .show_INMain_con4_txt span { | 503 | .show_INMain_con4_txt span { |
@@ -514,12 +530,14 @@ body { | @@ -514,12 +530,14 @@ body { | ||
514 | 530 | ||
515 | .show_INMain_con5_1 img { | 531 | .show_INMain_con5_1 img { |
516 | width: 100%; | 532 | width: 100%; |
533 | + height:218px; | ||
517 | } | 534 | } |
518 | 535 | ||
519 | .show_INMain_con5_2 { | 536 | .show_INMain_con5_2 { |
520 | width: 305px; | 537 | width: 305px; |
521 | text-align: center; | 538 | text-align: center; |
522 | margin: auto; | 539 | margin: auto; |
540 | + height:138px; | ||
523 | } | 541 | } |
524 | 542 | ||
525 | .show_INMain_con5_2 img { | 543 | .show_INMain_con5_2 img { |
@@ -556,10 +574,12 @@ body { | @@ -556,10 +574,12 @@ body { | ||
556 | 574 | ||
557 | .show_INMain_con6 ul li img { | 575 | .show_INMain_con6 ul li img { |
558 | width: 100%; | 576 | width: 100%; |
577 | + height:340px; | ||
559 | } | 578 | } |
560 | 579 | ||
561 | .show_INMain_con6_1 { | 580 | .show_INMain_con6_1 { |
562 | width: 490px; | 581 | width: 490px; |
582 | + height:78px; | ||
563 | margin: auto; | 583 | margin: auto; |
564 | text-align: center; | 584 | text-align: center; |
565 | } | 585 | } |
1 | -// 点击收藏与爱心 | ||
2 | -$('.collections').click(function() { | ||
3 | - if ($(this).children('img').attr('src') == "../starImg/bicon_02.png") { | ||
4 | - $(this).children('img').attr('src', "../starImg/bicon_15.png") | ||
5 | - } else { | ||
6 | - $(this).children('img').attr('src', "../starImg/bicon_02.png") | ||
7 | - } | ||
8 | -}) | ||
9 | -$('.likes').click(function() { | ||
10 | - if ($(this).children('img').attr('src') == "../starImg/bicon_03.png") { | ||
11 | - $(this).children('img').attr('src', "../starImg/bicon_16.png") | ||
12 | - } else { | ||
13 | - $(this).children('img').attr('src', "../starImg/bicon_03.png") | ||
14 | - } | ||
15 | -}); | ||
16 | -// 评论判断长度显示与隐藏 | ||
17 | -if ($('.show_2_pinL').length < 2) { | ||
18 | - $('.show_main_more').hide(); | ||
19 | - $('.show_main2_show ul').removeClass('show_main2_show_H'); | ||
20 | -} else { | ||
21 | - $('.show_main_more').show(); | ||
22 | -} | ||
23 | - | ||
24 | -// 点击查看更多,与提示 | ||
25 | -$('.show_main_more').click(function() { | ||
26 | - if ($(this).text() == "查看更多评论") { | 1 | +$(function(){ |
2 | + // 点击收藏与爱心 | ||
3 | + $('.collections').click(function() { | ||
4 | + if ($(this).children('img').attr('src') == "../starImg/bicon_02.png") { | ||
5 | + $(this).children('img').attr('src', "../starImg/bicon_15.png") | ||
6 | + } else { | ||
7 | + $(this).children('img').attr('src', "../starImg/bicon_02.png") | ||
8 | + } | ||
9 | + }); | ||
10 | + $('.likes').click(function() { | ||
11 | + if ($(this).children('img').attr('src') == "../starImg/bicon_03.png") { | ||
12 | + $(this).children('img').attr('src', "../starImg/bicon_16.png") | ||
13 | + } else { | ||
14 | + $(this).children('img').attr('src', "../starImg/bicon_03.png") | ||
15 | + } | ||
16 | + }); | ||
17 | + // 评论判断长度显示与隐藏 | ||
18 | + if ($('.show_2_pinL').length < 2) { | ||
19 | + $('.show_main_more').hide(); | ||
27 | $('.show_main2_show ul').removeClass('show_main2_show_H'); | 20 | $('.show_main2_show ul').removeClass('show_main2_show_H'); |
28 | - $(this).text('收起'); | ||
29 | } else { | 21 | } else { |
30 | - $('.show_main2_show ul').addClass('show_main2_show_H'); | ||
31 | - $(this).text('查看更多评论'); | 22 | + $('.show_main_more').show(); |
32 | } | 23 | } |
33 | 24 | ||
34 | -}) | ||
25 | + // 点击查看更多,与提示 | ||
26 | + $('.show_main_more').click(function() { | ||
27 | + if ($(this).text() == "查看更多评论") { | ||
28 | + $('.show_main2_show ul').removeClass('show_main2_show_H'); | ||
29 | + $(this).text('收起'); | ||
30 | + } else { | ||
31 | + $('.show_main2_show ul').addClass('show_main2_show_H'); | ||
32 | + $(this).text('查看更多评论'); | ||
33 | + } | ||
34 | + }); | ||
35 | +}); |
@@ -8,55 +8,38 @@ | @@ -8,55 +8,38 @@ | ||
8 | <section class="home_nav"> | 8 | <section class="home_nav"> |
9 | <ul> | 9 | <ul> |
10 | <li class="home_nav_act"> | 10 | <li class="home_nav_act"> |
11 | - <a class="home_nav_act" href="index.html">首页</a> | 11 | + <a class="home_nav_act" href="/">首页</a> |
12 | </li> | 12 | </li> |
13 | - <li> | ||
14 | - <a href="">星球奇境</a> | ||
15 | - <!-- 下拉导航 --> | ||
16 | - <div class="home_nav_down"> | ||
17 | - <div class="home_nav_down2"> | ||
18 | - <img src="__TMPL__/public/assets/starImg/aicon_32.png" alt=""> | ||
19 | - <dl> | ||
20 | - <dd><a href="">地标1</a></dd> | ||
21 | - <dd><a href="">地标1</a></dd> | ||
22 | - <dd><a href="">地标1</a></dd> | ||
23 | - <dd><a href="">地标1</a></dd> | ||
24 | - </dl> | 13 | + <volist name="slide" id="vo"> |
14 | + <li> | ||
15 | + <a class="" href="{$vo.url}">{$vo.name}</a> | ||
16 | + <div class="home_nav_down"> | ||
17 | + <div class="home_nav_down2"> | ||
18 | + <img src="__TMPL__/public/assets/starImg/aicon_32.png" alt=""> | ||
19 | + <dl> | ||
20 | + <volist name="vo.child" id="voo"> | ||
21 | + <dd><a href="{$voo.url}">{$voo.name}</a></dd> | ||
22 | + </volist> | ||
23 | + </dl> | ||
24 | + </div> | ||
25 | </div> | 25 | </div> |
26 | - </div> | ||
27 | - </li> | ||
28 | - <li><a href="show_index.html">星域秀场</a></li> | ||
29 | - <li> | ||
30 | - <a href="">星享体验</a> | ||
31 | - <!-- 下拉导航 --> | ||
32 | - <div class="home_nav_down"> | ||
33 | - <div class="home_nav_down2"> | ||
34 | - <img src="__TMPL__/public/assets/starImg/aicon_32.png" alt=""> | ||
35 | - <dl> | ||
36 | - <dd><a href="">亲临现场</a></dd> | ||
37 | - <dd><a href="">市井漫游</a></dd> | ||
38 | - <dd><a href="">视听盛宴</a></dd> | ||
39 | - <dd><a href="">户外天堂</a></dd> | ||
40 | - </dl> | ||
41 | - </div> | ||
42 | - </div> | ||
43 | - </li> | ||
44 | - <li> | ||
45 | - <a href="">星探推荐</a> | ||
46 | - <!-- 下拉导航 --> | ||
47 | - <div class="home_nav_down"> | ||
48 | - <div class="home_nav_down2"> | ||
49 | - <img src="__TMPL__/public/assets/starImg/aicon_32.png" alt=""> | ||
50 | - <dl> | ||
51 | - <dd><a href="">旅行路线</a></dd> | ||
52 | - <dd><a href="">地道风物</a></dd> | ||
53 | - <dd><a href="">创意设计</a></dd> | ||
54 | - <dd><a href="">悦己悦人</a></dd> | ||
55 | - </dl> | ||
56 | - </div> | ||
57 | - </div> | ||
58 | - </li> | ||
59 | - <li> <a href="">星际活动</a></li> | 26 | + </li> |
27 | + </volist> | ||
28 | + <!--<li>--> | ||
29 | + <!--<a href="">星球奇境</a>--> | ||
30 | + <!--<!– 下拉导航 –>--> | ||
31 | + <!--<div class="home_nav_down">--> | ||
32 | + <!--<div class="home_nav_down2">--> | ||
33 | + <!--<img src="__TMPL__/public/assets/starImg/aicon_32.png" alt="">--> | ||
34 | + <!--<dl>--> | ||
35 | + <!--<dd><a href="">地标1</a></dd>--> | ||
36 | + <!--<dd><a href="">地标1</a></dd>--> | ||
37 | + <!--<dd><a href="">地标1</a></dd>--> | ||
38 | + <!--<dd><a href="">地标1</a></dd>--> | ||
39 | + <!--</dl>--> | ||
40 | + <!--</div>--> | ||
41 | + <!--</div>--> | ||
42 | + <!--</li>--> | ||
60 | </ul> | 43 | </ul> |
61 | </section> | 44 | </section> |
62 | <!-- 搜索框 --> | 45 | <!-- 搜索框 --> |
@@ -28,6 +28,7 @@ class HomeBaseController extends BaseController | @@ -28,6 +28,7 @@ class HomeBaseController extends BaseController | ||
28 | //获取登录信息 | 28 | //获取登录信息 |
29 | $this->getUserLoginInfo(); | 29 | $this->getUserLoginInfo(); |
30 | $this->getFooter(); | 30 | $this->getFooter(); |
31 | + $this->getHeader(); | ||
31 | } | 32 | } |
32 | 33 | ||
33 | protected function _initializeView() | 34 | protected function _initializeView() |
@@ -303,4 +304,28 @@ hello; | @@ -303,4 +304,28 @@ hello; | ||
303 | return $res; | 304 | return $res; |
304 | } | 305 | } |
305 | 306 | ||
307 | + //获取导航栏相关内容 | ||
308 | + public function getHeader(){ | ||
309 | + $parent = Db::name('portal_category') | ||
310 | + ->whereIn('id',[1,2,3,4,5]) | ||
311 | + ->field('id,name,description url') | ||
312 | + ->select() | ||
313 | + ->toArray(); | ||
314 | + $child = Db::name('portal_category') | ||
315 | + ->where('parent_id','<>',0) | ||
316 | + ->field('id,parent_id,name,description url') | ||
317 | + ->select() | ||
318 | + ->toArray(); | ||
319 | + $arr = []; | ||
320 | + foreach($parent as &$p_value){ | ||
321 | + foreach($child as $c_key=>$c_value){ | ||
322 | + if($p_value['id'] == $c_value['parent_id']){ | ||
323 | + $p_value['child'][] = $c_value; | ||
324 | + } | ||
325 | + } | ||
326 | + array_push($arr,$p_value); | ||
327 | + } | ||
328 | + $this->assign('slide',$arr); | ||
329 | + } | ||
330 | + | ||
306 | } | 331 | } |
-
请 注册 或 登录 后发表评论