作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

1

... ... @@ -340,7 +340,7 @@
<p class="map">地图</p>
</div>
<div class="title">
<img src="img/line.png" alt="">
<img src="__TMPL__/public/assets/images/img/line.png" alt="">
</div>
<div class="kind">
<div class="kind_type floortype">
... ... @@ -513,9 +513,6 @@ $(".map").click(function(){
//搜索接口
$(".search_img").click(function(){
var content=$(".search_input").val()
if (content==""){
alert('请输入搜索内容')
}
$.ajax({
url: "{:url('portal/brand/brandAjax')}",
type: "post",
... ... @@ -537,6 +534,7 @@ $(".search_img").click(function(){
' </div>'
}
$(".list").html(html);
$(".search_img").val(content);
}
})
});
... ...