|
|
@@ -51,10 +51,6 @@
|
|
|
{/if}
|
|
|
{/if}
|
|
|
</ul>
|
|
|
- <span class="top-link">
|
|
|
- <strong style="margin-left:30px;">{$Think.lang.ds_attention}<a href="http://www.csdeshang.com" target="_blank">www.csdeshang.com</a> {$Think.lang.ds_continuous_update}</strong>
|
|
|
- {$Think.lang.ds_purchase_authorization}:<a target="_blank" href="{$Think.HTTP_TYPE}wpa.qq.com/msgrd?v=3&uin=858761000&site=qq&menu=yes"><img border="0" src="{$Think.HTTP_TYPE}wpa.qq.com/pa?p=2:858761000:51" alt="{$Think.lang.click_here_send_message}" title="{$Think.lang.click_here_send_message}"/></a>
|
|
|
- </span>
|
|
|
<ul class="quick_list">
|
|
|
<li>
|
|
|
<span class="outline"></span>
|
|
|
@@ -135,9 +131,9 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
<!--左侧导航栏-->
|
|
|
<div class="ds-appbar">
|
|
|
<div class="ds-appbar-tabs" id="appBarTabs">
|
|
|
@@ -191,7 +187,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
//动画显示边条内容区域
|
|
|
@@ -227,13 +223,13 @@
|
|
|
$('.tools li > a').removeClass('active');
|
|
|
$("#"+item).addClass('active');
|
|
|
$('.content-box').removeClass('active');
|
|
|
-
|
|
|
+
|
|
|
switch(item){
|
|
|
case 'rtoolbar_cart':
|
|
|
$("#rtoolbar_cartlist").load("{:url('Cart/ajax_load',['type'=>'html'])}");
|
|
|
$("#content-cart").addClass('active');
|
|
|
break;
|
|
|
- case 'compare':
|
|
|
+ case 'compare':
|
|
|
loadCompare(false);
|
|
|
$("#content-compare").addClass('active');
|
|
|
break;
|
|
|
@@ -243,11 +239,11 @@
|
|
|
close_bar();
|
|
|
$(".chat-list").css("display",'none');
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
function close_bar(){
|
|
|
$('.tools li > a').removeClass('active');
|
|
|
$('.content-box').removeClass('active');
|
|
|
$('.ds-appbar').css('width','36px');
|
|
|
}
|
|
|
-</script>
|
|
|
+</script>
|