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
afad70ad
Commit
afad70ad
authored
Aug 23, 2019
by
xuzhenghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
9f6e600a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
src/components/Index/liveRoom.js
+2
-2
src/components/classify/courselist.scss
+2
-0
src/components/sharePoster/index.scss
+0
-1
src/components/shopCart/index.js
+4
-0
No files found.
src/components/Index/liveRoom.js
View file @
afad70ad
...
...
@@ -95,7 +95,7 @@ class LiveRoom extends Component {
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=12
6&bizpsid=0&subscene=0
#wechat_redirect'
;
window
.
location
.
href
=
'https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzIyMzMzMTIwNA==&scene=12
4
#wechat_redirect'
;
}
else
{
Toast
.
info
(
res
.
data
.
data
.
msg
,
2
)
}
...
...
@@ -135,7 +135,7 @@ class LiveRoom extends Component {
// 服务号预约
serverStep
=
()
=>
{
if
(
this
.
state
.
isfollow
==
2
)
{
window
.
location
.
href
=
'https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzIyMzMzMTIwNA==&scene=12
6&bizpsid=0&subscene=0
#wechat_redirect'
;
window
.
location
.
href
=
'https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzIyMzMzMTIwNA==&scene=12
4
#wechat_redirect'
;
}
else
{
this
.
livePrepare
(
this
.
props
.
roomMess
.
room_id
,
1
,
1
,
''
)
}
...
...
src/components/classify/courselist.scss
View file @
afad70ad
...
...
@@ -103,6 +103,8 @@ html,body,#root {
.pull-down
{
width
:
32px
;
height
:
35px
;
line-height
:
35px
;
position
:
absolute
;
top
:
4px
;
right
:
0
;
...
...
src/components/sharePoster/index.scss
View file @
afad70ad
...
...
@@ -18,7 +18,6 @@
img
{
width
:
62
.5%
;
height
:
800px
;
}
}
...
...
src/components/shopCart/index.js
View file @
afad70ad
...
...
@@ -154,6 +154,10 @@ class Cart extends Component {
http
.
post
(
`
${
API
.
home
}
/m/cart/remove`
,
data
).
then
((
res
)
=>
{
if
(
res
.
data
.
code
===
200
)
{
this
.
getList
()
this
.
setState
({
checkedNum
:
0
,
allPrice
:
0
})
}
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