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
5c4278ed
authored
Jul 26, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1111
parent
e208a022
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
dist/images/timg.jpg
dist/js/chat/index.js
dist/js/search/index.js
dist/images/timg.jpg
0 → 100644
View file @
5c4278ed
15.7 KB
dist/js/chat/index.js
View file @
5c4278ed
This diff is collapsed.
Click to expand it.
dist/js/search/index.js
View file @
5c4278ed
...
...
@@ -142,7 +142,8 @@ $(function () {
window
.
location
.
href
=
"/gooddetail?type="
+
type
+
"&id="
+
goodid
});
$
(
'.goods_data_list'
).
on
(
'click'
,
'.lx_cus'
,
function
()
{
window
.
location
.
href
=
"/chat"
Util
.
setCookie
(
'customer'
,
Util
.
getRequest
(
'key'
)
||
""
,
1
,
cookieHostname
)
window
.
location
.
href
=
"/chat"
;
});
}
};
...
...
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