Commit a33c52fc by 陈超

T

parent 45bee31b
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</div> </div>
</div> </div>
</a> </a>
<a href="{:U('mall/Goods/index')}"> <a href="{:U('news/Topic/index')}">
<div class="item_cell layout_h"> <div class="item_cell layout_h">
<div class="layout_h"> <div class="layout_h">
<van-icon class="self_center" name="__THEME__/img/exam_info.png" size="36" ></van-icon> <van-icon class="self_center" name="__THEME__/img/exam_info.png" size="36" ></van-icon>
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
</div> </div>
</div> </div>
</a> </a>
<a href="{:U('mall/Goods/index')}"> <a>
<div class="item_cell layout_h"> <div class="item_cell layout_h">
<div class="layout_h"> <div class="layout_h">
<van-icon class="self_center" name="__THEME__/img/cooperate.png" size="36" ></van-icon> <van-icon class="self_center" name="__THEME__/img/cooperate.png" size="36" ></van-icon>
<span class="text_16_600 color_333333 self_center" style="margin-left: 0.5rem;">考试信息</span> <span class="text_16_600 color_333333 self_center" style="margin-left: 0.5rem;">商务合作</span>
</div> </div>
<div class="weight_full layout_h_r"> <div class="weight_full layout_h_r">
<van-icon class="self_center" size="12" name="__THEME__/img/right_arrow.png" ></van-icon> <van-icon class="self_center" size="12" name="__THEME__/img/right_arrow.png" ></van-icon>
...@@ -84,99 +84,6 @@ ...@@ -84,99 +84,6 @@
</van-tabbar-item> </van-tabbar-item>
</van-tabbar> </van-tabbar>
</div> </div>
<div class="my_top">发现</div>
<hr>
<section>
<ul class="more_list">
<volist name="site_top_nav" id="vo">
<php>if(isset($vo['navi_key'])){</php>
<if condition="!in_array($vo['navi_key'], ['index', 'course', 'live', 'more'])">
<li>
<a href="{$vo['url']}">
<div class="min-moreList">
<div>
<img src="__APP__/images/faxian_{:lcfirst($vo['navi_key'])}.png" alt="{$vo.navi_name}">
<span class="moreListTitle">{$vo.navi_name}</span>
</div>
<div>
<i class="icon icon-youjiantou"></i>
</div>
</div>
</a>
</li>
<elseif condition="$vo['navi_key'] eq 'more'"/>
<volist name="vo.child" id="child">
<li>
<a href="{$child['url']}">
<div class="min-moreList">
<div>
<img src="__APP__/images/faxian_{:lcfirst($child['navi_key'])}.png" alt="{$child.navi_name}">
<span class="moreListTitle">{$child.navi_name}</span>
</div>
<div>
<i class="icon icon-youjiantou"></i>
</div>
</div>
</a>
</li>
</volist>
</if>
<php>}else{</php>
<if condition="!in_array($vo['app_name'], ['Index', 'Album', 'more'])">
<if condition="$vo.child neq '' and $vo['app_name'] eq 'Video'">
<volist name="vo.child" id="child">
<if condition="in_array($child['app_name'], ['lineclass', 'Album', 'classes'])">
<li>
<a href="{$child['url']}">
<div class="min-moreList">
<div>
<img src="__APP__/images/faxian_{:lcfirst($child['app_name'])}.png" alt="{$child.navi_name}">
<span class="moreListTitle">{$child.navi_name}</span>
</div>
<div>
<i class="icon icon-youjiantou"></i>
</div>
</div>
</a>
</li>
</if>
</volist>
<else/>
<li>
<a href="{$vo['url']}">
<div class="min-moreList">
<div>
<img src="__APP__/images/faxian_{:lcfirst($vo['app_name'])}.png" alt="{$vo.navi_name}">
<span class="moreListTitle">{$vo.navi_name}</span>
</div>
<div>
<i class="icon icon-youjiantou"></i>
</div>
</div>
</a>
</li>
</if>
<elseif condition="$vo['app_name'] eq 'more'"/>
<volist name="vo.child" id="child">
<li>
<a href="{$child['url']}">
<div class="min-moreList">
<div>
<img src="__APP__/images/faxian_{:lcfirst($child['app_name'])}.png" alt="{$child.navi_name}">
<span class="moreListTitle">{$child.navi_name}</span>
</div>
<div>
<i class="icon icon-youjiantou"></i>
</div>
</div>
</a>
</li>
</volist>
</if>
<php>}</php>
</volist>
</ul>
</section>
<script type="text/javascript"> <script type="text/javascript">
$(function(){ $(function(){
$("#preloader").hide(); $("#preloader").hide();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment