Commit 7707bad1 by wangshuo

福气值

parent 729f161a
...@@ -79,7 +79,7 @@ class CollectBlessing extends Component { ...@@ -79,7 +79,7 @@ class CollectBlessing extends Component {
{ {
item.rules.map(item => { item.rules.map(item => {
return ( return (
<p> <p key={item.id}>
{item.text} {item.text}
<span>{item.des}</span> <span>{item.des}</span>
</p> </p>
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
&[data-type="wechat"] { &[data-type="wechat"] {
background-image: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/wechat-icon.png'); background-image: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/wechat-icon.png');
} }
} }
.activity__over { .activity__over {
......
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