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
79ac1cbd
Commit
79ac1cbd
authored
Nov 03, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口地址 新人大礼包
parent
e76870d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
src/components/activity/index.js
+1
-8
src/components/blessingPreheat/live/index.js
+1
-1
No files found.
src/components/activity/index.js
View file @
79ac1cbd
...
...
@@ -19,14 +19,7 @@ class Activity extends Component {
if
(
this
.
props
.
user
.
hasError
)
{
this
.
props
.
history
.
push
(
'/passport'
);
}
else
{
http
.
get
(
`
${
API
.
home
}
/sys/receive/reg/gift`
).
then
(
res
=>
{
let
{
code
,
msg
}
=
res
.
data
;
if
(
code
===
200
)
{
Toast
.
info
(
'领取成功,你可前往七月在线官网/APP进行查看'
,
2
);
}
else
{
Toast
.
info
(
msg
,
2
);
}
})
Toast
.
info
(
'领取成功,你可前往七月在线官网/APP进行查看'
,
2
);
}
}
...
...
src/components/blessingPreheat/live/index.js
View file @
79ac1cbd
...
...
@@ -73,7 +73,7 @@ class Live extends Component {
if
(
user
.
hasError
)
{
history
.
push
(
'/passport/login'
)
}
http
.
get
(
`
${
API
.
home
}
/sys/createLiveQrcode/
${
id
}
`
)
http
.
get
(
`
${
API
[
'base-api'
]
}
/sys/createLiveQrcode/
${
id
}
`
)
.
then
(
res
=>
{
const
{
data
}
=
res
if
(
data
.
code
==
200
)
{
...
...
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