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
9af87de7
Commit
9af87de7
authored
Jul 25, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
特惠页 分类页返现标签;弹幕优先级调整
parent
4300408b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
0 deletions
+25
-0
src/components/classify/courselist.js
+3
-0
src/components/classify/courselist.scss
+9
-0
src/components/detail/carousel/index.scss
+1
-0
src/components/preferential/image/return.icon.png
+0
-0
src/components/preferential/index.js
+3
-0
src/components/preferential/index.scss
+9
-0
No files found.
src/components/classify/courselist.js
View file @
9af87de7
...
...
@@ -158,6 +158,9 @@ class Classify extends Component {
{
item
.
bargain_num
!==
0
&&
item
.
groupon_num
===
0
&&
<
p
className
=
'course-status'
>
砍价减
{
item
.
bargain_num
}
元
<
/p
>
}
{
item
.
is_aist
&&
<
span
className
=
'return_cash'
><
/span
>
}
<
/div
>
)
return
(
...
...
src/components/classify/courselist.scss
View file @
9af87de7
...
...
@@ -22,6 +22,15 @@
background-color
:
rgba
(
224
,
46
,
36
,
0
.6
);
}
.return_cash
{
position
:
absolute
;
width
:
31px
;
height
:
18px
;
top
:
0
;
right
:
0
;
background
:
url("./image/return.icon.png")
no-repeat
;
background-size
:
100%
100%
;
}
}
}
...
...
src/components/detail/carousel/index.scss
View file @
9af87de7
...
...
@@ -8,6 +8,7 @@
color
:
$white
;
border-radius
:
3px
;
padding
:
6px
9px
;
z-index
:
99
;
img
{
width
:
18px
;
height
:
18px
;
...
...
src/components/preferential/image/return.icon.png
0 → 100644
View file @
9af87de7
7.21 KB
src/components/preferential/index.js
View file @
9af87de7
...
...
@@ -128,6 +128,9 @@ class Preferential extends Component {
{
this
.
state
.
courseStatus
===
2
&&
<
p
className
=
'course-status'
>
拼团减
{
item
.
price
}
元
<
/p
>
}
{
item
.
is_aist
&&
<
span
className
=
'return_cash'
><
/span
>
}
<
/div
>
)
return
(
...
...
src/components/preferential/index.scss
View file @
9af87de7
...
...
@@ -23,6 +23,15 @@
.course-status
{
background-color
:
rgba
(
224
,
46
,
36
,
0
.6
);
}
.return_cash
{
position
:
absolute
;
width
:
31px
;
height
:
18px
;
top
:
0
;
right
:
0
;
background
:
url("./image/return.icon.png")
no-repeat
;
background-size
:
100%
100%
;
}
}
}
...
...
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