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
e27e99c5
Commit
e27e99c5
authored
Aug 08, 2019
by
xuzhenghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
93f9506b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
13 deletions
+16
-13
src/components/Index/index.js
+7
-3
src/components/Index/index.scss
+2
-2
src/components/Index/liveRoom.js
+5
-4
src/components/bargainMiddlePage/bargain-middle-page.scss
+1
-0
src/components/detail/btnstatus/index.js
+0
-3
src/components/shopCart/index.js
+1
-1
No files found.
src/components/Index/index.js
View file @
e27e99c5
...
...
@@ -172,7 +172,7 @@ class Index extends Component {
{
this
.
state
.
islive
&&
<
LiveRoom
isShow
=
{
this
.
state
.
isShow
}
colseBox
=
{
this
.
colseBox
}
roomMess
=
{
this
.
state
.
roomMess
}
><
/LiveRoom
>
roomMess
=
{
this
.
state
.
roomMess
}
getIndexData
=
{
this
.
getIndexData
}
><
/LiveRoom
>
}
<
/div
>
...
...
@@ -282,13 +282,17 @@ function ScrollBox(props) {
<
h2
className
=
"item-title"
>
{
item
.
live_title
}
<
/h2
>
<
p
className
=
"item-teacher"
>
讲师:
{
item
.
live_teacher_name
}
<
/p
>
{
item
.
is_prepare
&&
item
.
is_prepare
&&
item
.
live_status
===
0
&&
<
p
className
=
"item-time"
>
时间:
{
item
.
live_start_time
}
<
/p
>
}
{
!
item
.
is_prepare
&&
!
item
.
is_prepare
&&
item
.
live_status
===
0
&&
<
p
className
=
'item-btn'
>
预约
<
/p
>
}
{
(
item
.
live_status
===
1
||
item
.
live_status
===
10
)
&&
<
p
className
=
'item-btn'
>
正在直播
<
/p
>
}
<
/div
>
<
/div
>
<
/li
>
...
...
src/components/Index/index.scss
View file @
e27e99c5
...
...
@@ -211,10 +211,10 @@
}
.item-btn
{
width
:
49
px
;
padding
:
0
5
px
;
height
:
20px
;
text-align
:
center
;
line-height
:
20
px
;
line-height
:
18
px
;
background
:
linear-gradient
(
60deg
,
$bg_active
0%
,
$bg_0080FF
100%
);
border-radius
:
10px
;
font-size
:
14px
;
...
...
src/components/Index/liveRoom.js
View file @
e27e99c5
...
...
@@ -82,6 +82,7 @@ class LiveRoom extends Component {
success
:
true
,
toSubscribe
:
false
})
this
.
props
.
getIndexData
()
}
}
else
if
(
res
.
data
.
data
.
status
===
1
)
{
...
...
@@ -275,10 +276,10 @@ class LiveRoom extends Component {
}
<
/div
>
}
{
this
.
state
.
success
&&
<
div
className
=
'success'
>
预约成功
<
/div
>
}
{
/*{*/
}
{
/*this.state.success &&*/
}
{
/*<div className='success'>预约成功</div>*/
}
{
/*}*/
}
<
/div
>
);
}
...
...
src/components/bargainMiddlePage/bargain-middle-page.scss
View file @
e27e99c5
...
...
@@ -66,6 +66,7 @@
display
:
flex
;
flex-flow
:
column
;
justify-content
:
space-between
;
width
:
100%
;
}
.v-list-item
{
...
...
src/components/detail/btnstatus/index.js
View file @
e27e99c5
...
...
@@ -55,13 +55,11 @@ class BtnStatus extends Component {
// this.props.getCourses()
document
.
location
.
reload
()
}
else
{
// window.location.href = '/shopcart'
this
.
props
.
history
.
replace
(
'/shopcart'
);
}
}
else
if
(
res
.
data
.
code
===
15001
)
{
// window.location.href = '/shopcart'
this
.
props
.
history
.
replace
(
'/shopcart'
);
}
else
{
Toast
.
info
(
res
.
data
.
msg
,
2
);
...
...
@@ -139,7 +137,6 @@ class BtnStatus extends Component {
getBargainInfo
=
()
=>
{
const
{
user
}
=
this
.
props
const
uid
=
user
&&
user
.
data
&&
user
.
data
.
uid
if
(
!
uid
)
return
let
data
=
{
courseId
:
getParam
(
'id'
)
}
...
...
src/components/shopCart/index.js
View file @
e27e99c5
...
...
@@ -130,7 +130,7 @@ class Cart extends Component {
tobuy
=
()
=>
{
http
.
get
(
`
${
api
[
'pay-api'
]}
/m/cart/addtopreorder/[
${
this
.
state
.
courseIdarr
}
]`
).
then
((
res
)
=>
{
if
(
res
.
data
.
errno
==
0
)
{
this
.
props
.
history
.
push
(
'/order'
)
this
.
props
.
history
.
push
(
`/order?id=[
${
this
.
state
.
courseIdarr
}
]`
)
}
else
{
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