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 14:23:35 +0800
Commit
64f2dbba3afa6f3e32c22e6cb9260b64442bcc78
1 parent
efa55c6a
星潮bug修改
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 @
64f2dbb
...
...
@@ -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