作者 景龙
1 个管道 的构建 通过 耗费 1 秒

修改关于我们链接跳转

... ... @@ -129,7 +129,7 @@ $(function(){
});
});
//关于我们
$('#about_us').click(function(){
$('#about_us,#about_us1').click(function(){
window.location.href = '/portal/index/aboutUs';
});
//搜索
... ...
... ... @@ -9,7 +9,7 @@
<!-- 关于我们 -->
<div class="about_top">
<!-- 标题 -->
<span class="title">
<span class="title" id="about_us1" style="cursor: pointer;">
<p class="ch">关于我们</p>
<p class="eg">About Us</p>
</span>
... ...
... ... @@ -28,7 +28,7 @@
<div class="hp_dyCon">
<ul>
<volist name="res['data']" id="vo">
<a href="/portal/star/getHotelDetail?id={$vo.id}">
<a href="/portal/star/getEcologyDetail?id={$vo.id}">
<li>
<div class="hp_dyConImg">
<img src="{:cmf_get_image_url($vo.thumbnail)}" alt="" />
... ...
... ... @@ -152,7 +152,7 @@ $(function() {
});
});
//关于我们
$('#about_us').click(function() {
$('#about_us,#about_us1').click(function() {
window.location.href = '/portal/index/aboutUs';
});
//搜索
... ...
... ... @@ -2,7 +2,7 @@
<link rel="stylesheet" href="__TMPL__/public/assets/css/footer.css">
<div class="bottom_nav">
<div class="bottom_nav_title">
<div class="bottom_nav_ch">关于我们</div>
<div class="bottom_nav_ch" id="about_us1">关于我们</div>
<div class="bottom_nav_en">About Us</div>
</div>
<div class="bottom_nav_contant">
... ...