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
郝肖肖
2018-07-05 17:58:27 +0800
Commit
3b8d816c0b11829c8513eb8587a1906171231adf
1 parent
8fccb490
'fix'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/activity/have-gain-apply.page.js
public/js/activity/have-gain-apply.page.js
View file @
3b8d816
...
...
@@ -171,7 +171,7 @@ class HaveGainApplyPage extends Page {
}).
then
(
res
=>
{
this
.
selector
.
isFlag
=
false
;
if
(
[
200
,
613
].
indexOf
(
res
.
code
)
===
-
1
)
{
if
(
res
.
code
!==
200
)
{
return
tip
.
show
(
res
.
message
||
'请稍后再试'
);
}
...
...
Please
register
or
login
to post a comment