切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
anyv
6 years ago
提交
7d158e0740ad0586a10e8ea8a8e418b2ec22e5d0
1 个父辈
ee64cdac
1 个管道 的构建
通过
耗费 0 秒
4
变更
1
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
public/themes/simpleboot3/portal/index/search_salesman_goods.html
public/themes/simpleboot3/portal/index/search_salesman_goods.html
查看文件 @
7d158e0
...
...
@@ -27,7 +27,7 @@
<a
href=
"{:url('Index/index')}"
><img
class=
"search_left"
src=
"__TMPL__/public/assets/images/25.png"
alt=
""
></a>
<div
class=
"se_input"
>
<img
src=
"__TMPL__/public/assets/images/1.png"
alt=
""
>
<input
type=
"text"
name=
"book_name"
placeholder=
"{$search_content}"
value=
"{$search_content}"
>
<input
type=
"text"
name=
"book_name"
value=
"{$search_content}"
>
</div>
<p
class=
"se_searchNo"
onclick=
"my_submit()"
>
<!--<input type="submit" placeholder="搜索" value="搜索">-->
搜索
</p>
</div>
...
...
@@ -78,6 +78,7 @@
$
.
post
(
"{:url('Index/my_search')}"
,{
book_name
:
book_name
},
function
(
data
){
data_arr
=
JSON
.
parse
(
data
);
$
(
'.in_hotLi'
).
remove
();
$
(
"input[name='search_content']"
).
val
(
book_name
);
for
(
var
i
=
0
;
i
<
data_arr
.
length
;
i
++
){
show_img
=
data_arr
[
i
].
show_img
;
url
=
"{:url('Goodsdetails/Goods_details')}?goods_id="
+
data_arr
[
i
].
id
;
...
...
请
注册
或
登录
后发表评论