Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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-03-30 21:11:12 +0800
Commit
afc2e71a9504c84dd866b020e994099556bc781e
1 parent
f3c9eb52
gulp ge文件
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
0 deletions
static/dist/myohobuy/1.3.9/index-debug.js
static/dist/myohobuy/1.3.9/index.css
static/dist/myohobuy/1.3.9/index.js
static/dist/myohobuy/1.3.9/index-debug.js
View file @
afc2e71
...
...
@@ -851,6 +851,7 @@ likeHammer.on('tap', function(e) {
success
:
function
(
data
)
{
if
(
data
.
code
===
200
)
{
$this
.
toggleClass
(
'like'
);
tip
.
show
(
data
.
message
);
}
else
if
(
data
.
code
===
400
||
data
.
code
===
412
)
{
location
.
href
=
data
.
data
;
//未登录跳转登录页面
}
else
{
...
...
static/dist/myohobuy/1.3.9/index.css
View file @
afc2e71
This diff could not be displayed because it is too large.
static/dist/myohobuy/1.3.9/index.js
View file @
afc2e71
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment