Commit 7ce351cd by FE

collect blessing text modify

parent 0fbeb2a9
...@@ -18,7 +18,7 @@ class CollectBlessing extends Component { ...@@ -18,7 +18,7 @@ class CollectBlessing extends Component {
rules: [ rules: [
'app/h5/pc端活动页签到+5点福气值(每天一次)', 'app/h5/pc端活动页签到+5点福气值(每天一次)',
'关注七月在线微信服务号+30点福气值(仅限一次)', '关注七月在线微信服务号+30点福气值(仅限一次)',
'分享活动页到朋友圈、qq,分别+2点福气值(每个平台每天一次)', '分享活动页到朋友圈、qq、微博,分别+2点福气值(每个平台每天一次)',
'浏览指定课程详情页,一门课程+2点福气值(每天一次)', '浏览指定课程详情页,一门课程+2点福气值(每天一次)',
'邀请好友注册,+10点福气值/人(无上限)', '邀请好友注册,+10点福气值/人(无上限)',
'活动期间每购买一门课程+20点福气值', '活动期间每购买一门课程+20点福气值',
...@@ -252,7 +252,7 @@ class CollectBlessing extends Component { ...@@ -252,7 +252,7 @@ class CollectBlessing extends Component {
(isLogin && isSign) (isLogin && isSign)
? ( ? (
<button className="collect-blessing__content" data-status="done"> <button className="collect-blessing__content" data-status="done">
+5<br/>福气值 已加5
</button> </button>
) )
: ( : (
......
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
justify-content: center; justify-content: center;
width: 64px; width: 64px;
height: 100%; height: 100%;
padding: 0;
border-style: none; border-style: none;
border-radius: 5px; border-radius: 5px;
font-size: 12px; font-size: 12px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment