Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
26efacf5
Commit
26efacf5
authored
Sep 27, 2019
by
FE
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'issue-20190920' into pre
parents
5fd8c3bb
bdf2181b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
src/components/bargainMiddlePage/index.js
+2
-1
src/components/detail/bargain/index.js
+1
-0
No files found.
src/components/bargainMiddlePage/index.js
View file @
26efacf5
...
@@ -213,7 +213,8 @@ class BargainMiddlePage extends Component {
...
@@ -213,7 +213,8 @@ class BargainMiddlePage extends Component {
this
.
setState
({
this
.
setState
({
isShowOverlay
:
true
,
isShowOverlay
:
true
,
status
:
5
,
status
:
5
,
})
});
this
.
getBargainInfo
();
}
else
{
}
else
{
Toast
.
info
(
res
.
data
.
msg
,
2
)
Toast
.
info
(
res
.
data
.
msg
,
2
)
}
}
...
...
src/components/detail/bargain/index.js
View file @
26efacf5
...
@@ -119,6 +119,7 @@ class Bargain extends Component {
...
@@ -119,6 +119,7 @@ class Bargain extends Component {
isShowOverlay
:
true
,
isShowOverlay
:
true
,
status
:
1
status
:
1
});
});
this
.
getBargainInfo
(
false
);
}
else
{
}
else
{
Toast
.
info
(
res
.
data
.
msg
,
2
)
Toast
.
info
(
res
.
data
.
msg
,
2
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment