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
cbb04be1
Commit
cbb04be1
authored
Aug 21, 2019
by
xuzhenghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
直播见
parent
e1d724a9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletions
+10
-1
src/components/Index/index.js
+1
-1
src/components/Index/index.scss
+6
-0
src/components/Index/liveRoom.js
+3
-0
No files found.
src/components/Index/index.js
View file @
cbb04be1
...
...
@@ -94,7 +94,7 @@ class Index extends Component {
roomMess
:
item
})
}
else
{
window
.
location
.
href
=
`http://www
-test
.julyedu.com/live/m_room/
${
item
.
room_id
}
`
window
.
location
.
href
=
`http://www.julyedu.com/live/m_room/
${
item
.
room_id
}
`
}
}
}
...
...
src/components/Index/index.scss
View file @
cbb04be1
...
...
@@ -518,10 +518,16 @@
}
span
{
width
:
220px
;
display
:
inline-block
;
margin-top
:
12px
;
height
:
27px
;
line-height
:
27px
;
font-size
:
16px
;
color
:
$redprice
;
position
:
absolute
;
margin-left
:
-110px
;
bottom
:
10px
;
}
}
}
...
...
src/components/Index/liveRoom.js
View file @
cbb04be1
...
...
@@ -92,6 +92,8 @@ class LiveRoom extends Component {
this
.
setState
({
toSubscribe
:
false
})
this
.
props
.
getIndexData
()
}
else
if
(
res
.
data
.
data
.
status
===
5
)
{
window
.
location
.
href
=
'https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzIyMzMzMTIwNA==&scene=126&bizpsid=0&subscene=0#wechat_redirect'
;
}
else
{
...
...
@@ -161,6 +163,7 @@ class LiveRoom extends Component {
toSubscribe
:
false
})
Toast
.
info
(
res
.
data
.
msg
,
2
)
this
.
props
.
getIndexData
()
}
else
if
(
res
.
data
.
code
===
410
){
Toast
.
info
(
'请输入手机号'
,
2
)
}
else
{
...
...
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