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
19d15ef0
Commit
19d15ef0
authored
Nov 05, 2019
by
FE
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '11-11'
parents
c4389b5f
aa898485
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
src/components/blessingPreheat/collectBlessing/index.js
+2
-2
src/components/blessingPreheat/collectBlessing/index.scss
+1
-0
src/components/blessingRank/index.scss
+7
-2
No files found.
src/components/blessingPreheat/collectBlessing/index.js
View file @
19d15ef0
...
...
@@ -18,7 +18,7 @@ class CollectBlessing extends Component {
rules
:
[
'app/h5/pc端活动页签到+5点福气值(每天一次)'
,
'关注七月在线微信服务号+30点福气值(仅限一次)'
,
'分享活动页到朋友圈、qq,分别+2点福气值(每个平台每天一次)'
,
'分享活动页到朋友圈、qq
、微博
,分别+2点福气值(每个平台每天一次)'
,
'浏览指定课程详情页,一门课程+2点福气值(每天一次)'
,
'邀请好友注册,+10点福气值/人(无上限)'
,
'活动期间每购买一门课程+20点福气值'
,
...
...
@@ -252,7 +252,7 @@ class CollectBlessing extends Component {
(
isLogin
&&
isSign
)
?
(
<
button
className
=
"collect-blessing__content"
data
-
status
=
"done"
>
+
5
点
<
br
/>
福气值
已加
5
点
<
/button
>
)
:
(
...
...
src/components/blessingPreheat/collectBlessing/index.scss
View file @
19d15ef0
...
...
@@ -47,6 +47,7 @@
justify-content
:
center
;
width
:
64px
;
height
:
100%
;
padding
:
0
;
border-style
:
none
;
border-radius
:
5px
;
font-size
:
12px
;
...
...
src/components/blessingRank/index.scss
View file @
19d15ef0
...
...
@@ -95,9 +95,14 @@
}
.rank__table-user
{
display
:
inline-
flex
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
padding
:
0
5px
;
span
{
flex
:
1
;
text-align
:
left
;
}
}
.rank__table-portrait
{
...
...
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