Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
lijing
2017-02-17 13:51:39 +0800
Commit
8b2333394613b43efc5cb9380c0284bf37cf3818
1 parent
ec52b45a
删除提示语
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/js/activity/raffle.page.js
public/js/activity/raffle.page.js
View file @
8b23333
...
...
@@ -443,11 +443,11 @@ $(function() {
}
recordResult
=
res
;
}
else
{
tip
.
show
(
'网络断开了~~'
);
//
tip.show('网络断开了~~');
}
},
error
:
function
(
res
)
{
tip
.
show
(
'网络断开了~~'
);
//
tip.show('网络断开了~~');
}
});
return
recordResult
;
...
...
Please
register
or
login
to post a comment