Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
2016-04-29 10:16:37 +0800
Commit
85cfd0d3ad244a3f1fba4672e19952bb39269b16
1 parent
d52d2166
星潮 gulp ge
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
static/dist/myohobuy/1.3.17/index-debug.js
static/dist/myohobuy/1.3.17/index.css
static/dist/myohobuy/1.3.17/index.js
static/dist/myohobuy/1.3.17/index-debug.js
View file @
85cfd0d
...
...
@@ -2233,7 +2233,12 @@ $(document).on('touchstart', '.collection', function(event) {
}
if
(
code
===
201
)
{
window
.
location
=
data
.
data
;
if
(
$
(
'#collocation-link'
).
length
<=
0
)
{
$
(
'body'
).
append
(
'<a href=\''
+
data
.
data
+
'\' style="display:none;" id="collocation-link">'
+
'<span class="collocation-link"></span></a>'
);
}
$
(
'.collocation-link'
).
click
();
}
},
error
:
function
()
{
...
...
static/dist/myohobuy/1.3.17/index.css
View file @
85cfd0d
This diff could not be displayed because it is too large.
static/dist/myohobuy/1.3.17/index.js
View file @
85cfd0d
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment