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
Plain Diff
Browse Files
Authored by
毕凯
2016-04-29 14:23:45 +0800
Commit
b6483edeed6c467a66347d438c59f882a254e2fc
2 parents
5bbe0efc
75b8557d
Merge branch 'beta/wap' of git.dev.yoho.cn:web/yohobuywap into beta/wap
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/guang/collocation-list.js
static/js/guang/collocation-list.js
View file @
b6483ed
...
...
@@ -73,7 +73,7 @@ window.successShare = function() {
success
:
function
(
data
)
{
var
code
=
data
.
code
;
if
(
code
===
200
)
{
if
(
code
===
200
&&
data
.
data
>
0
)
{
tip
.
show
(
'分享成功,亲密度+10'
);
}
},
...
...
Please
register
or
login
to post a comment