Commit e5e07c09 by 姜雷

修改豆展示

parent 2401fd87
......@@ -342,9 +342,9 @@ class Home extends Component {
</View>
) : null,
)}
{serviceList && serviceList.length % 2 ? (
{serviceList && serviceList.length % 2 ? null : (
<View className='Home-UserBox-BeanItem' />
) : null}
)}
</View>
<View className='Home-UserBox-Order'>
......
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