产品搜索
2024-08-30 13:49:53 浏览:404 作者:保利尼奥
<link rel="stylesheet" href="//cdn.myxypt.com/eklyppzg/t/1/assets/laydate.css?v=1724997030">
<script src="//cdn.myxypt.com/ekl...
<link rel="stylesheet" href="//cdn.myxypt.com/eklyppzg/t/1/assets/laydate.css?v=1724997030">
<script src="//cdn.myxypt.com/eklyppzg/t/1/assets/laydate.js?v=1724997030"></script>
<div class="nysousou">
<div class="flex2">
<input type="text" name="sstitle" id="sstitle" placeholder="请输入关键词搜索">
<a href="javascript:;" id="searchButton">提 交</a>
</div>
</div>
<script src="//cdn.myxypt.com/eklyppzg/t/1/assets/layer.js?v=1724997030"></script>
<!-- 回显的数据 -->
<script>
$(function() {
$("#searchButton").click(function() {
SearchDateIndex2();
});
});
function SearchDateIndex2() {
var sstitle = $("#sstitle").val();
if (sstitle !== "") {
window.location.href = ("{{ url_index }}product.php?mod=list&sstitle=" + sstitle);
} else if (sstitle === "") {
layer.msg("请输入搜索标题");
return false;
}
}
</script>
评论区