Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsales
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1131a069
authored
Jul 24, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1111
parent
f82041c9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
Application/Home/View/Search/index.html
dist/js/global/global.min.js
dist/js/search/index.js
Application/Home/View/Search/index.html
View file @
1131a069
...
...
@@ -163,9 +163,13 @@
{{
#
});
}}
<
/div
>
{{
#
if
(
d
.
length
===
0
){
}}
<
div
class
=
"no_data"
style
=
"padding:60px 0 60px"
>
<
div
class
=
"no_data"
>
<
img
src
=
"__PUBLIC__/images/nosearchdata.png"
alt
=
""
>
<
p
class
=
"bold"
>
未搜索到相关信息
<
/p
>
<
div
class
=
"customer"
>
<
img
src
=
"__PUBLIC__/icons/customer.png"
alt
=
""
class
=
"va-m"
>
<
span
class
=
"lx_cus"
>
联系客服帮您找
<
/span
>
<
/div
>
<
/div
>
{{
#
}
}}
</script>
...
...
dist/js/global/global.min.js
View file @
1131a069
...
...
@@ -173,7 +173,7 @@
$
(
'#nav_logo'
).
on
(
'click'
,
function
(){
var
token
=
Util
.
getCookie
(
'token'
)
||
""
;
if
(
token
){
window
.
location
.
href
=
index_url
;
window
.
location
.
href
=
'/homes'
;
}
else
{
window
.
location
.
href
=
index_url
;
}
...
...
dist/js/search/index.js
View file @
1131a069
...
...
@@ -136,6 +136,9 @@ $(function () {
var
goodid
=
$
(
this
).
attr
(
'goodid'
);
window
.
location
.
href
=
"/gooddetail?type=2&id="
+
goodid
});
$
(
'.goods_data_list'
).
on
(
'click'
,
'.lx_cus'
,
function
()
{
window
.
location
.
href
=
"/chat"
});
}
};
search
.
init
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment