Commit 1131a069 by 施宇

1111

parent f82041c9
...@@ -163,9 +163,13 @@ ...@@ -163,9 +163,13 @@
{{# }); }} {{# }); }}
</div> </div>
{{# if(d.length === 0){ }} {{# if(d.length === 0){ }}
<div class="no_data" style="padding:60px 0 60px"> <div class="no_data">
<img src="__PUBLIC__/images/nosearchdata.png" alt=""> <img src="__PUBLIC__/images/nosearchdata.png" alt="">
<p class="bold">未搜索到相关信息</p> <p class="bold">未搜索到相关信息</p>
<div class="customer">
<img src="__PUBLIC__/icons/customer.png" alt="" class="va-m">
<span class="lx_cus">联系客服帮您找</span>
</div>
</div> </div>
{{# } }} {{# } }}
</script> </script>
......
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
$('#nav_logo').on('click',function(){ $('#nav_logo').on('click',function(){
var token = Util.getCookie('token') || ""; var token = Util.getCookie('token') || "";
if(token){ if(token){
window.location.href = index_url; window.location.href = '/homes';
}else{ }else{
window.location.href = index_url; window.location.href = index_url;
} }
......
...@@ -136,6 +136,9 @@ $(function () { ...@@ -136,6 +136,9 @@ $(function () {
var goodid = $(this).attr('goodid'); var goodid = $(this).attr('goodid');
window.location.href = "/gooddetail?type=2&id=" + goodid window.location.href = "/gooddetail?type=2&id=" + goodid
}); });
$('.goods_data_list').on('click', '.lx_cus', function () {
window.location.href = "/chat"
});
} }
}; };
search.init(); search.init();
......
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 sign in to comment