Commit 451916a1 by wangshuo

BUG修改:返现样式;订单页提示

parent 1ec08708
......@@ -297,7 +297,7 @@ class Order extends Component {
if(orderInfo.data.errno === 200) {
newData = Object.assign({}, orderInfo.data.data, {course: []});
}else{
Toast.info(courseInfo.data.msg, 2);
Toast.info(orderInfo.data.msg, 2);
return;
}
if(courseInfo.data.code === 200) {
......
......@@ -257,7 +257,7 @@ class _Scholarship extends Component {
</>
) : (
<>
<Flex justify='center' align='baseline' style={{ height: '20px', lineHeight: '20px' }}>
<Flex justify='center' align='baseline' className={"drawCash"} >
<span className={'common-ft-25'}>{account}</span>
<span className={'common-ft-15'}></span>
</Flex>
......
......@@ -40,6 +40,10 @@
line-height: 30px;
text-align: center;
}
.drawCash {
height: 24px;
line-height: 24px;
}
}
.runtimeList {
height: 30px;
......
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