删除 立减金组件不需要的字段

This commit is contained in:
wangsongsole 2022-06-07 14:39:08 +08:00
parent 5e31b937ba
commit 1429eb2ce0
2 changed files with 3 additions and 6 deletions

View File

@ -43,11 +43,11 @@
.coupon_money { .coupon_money {
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
font-size: 38px; font-size: 36px;
} }
.coupon_money>span { .coupon_money>span {
font-size: 22px; font-size: 20px;
} }
.full_money { .full_money {

View File

@ -16,8 +16,6 @@ export default ({ data }) => {
</div> </div>
<div className='coupon-right'> <div className='coupon-right'>
<p className='title'> <p className='title'>
{data.reduce_amount ? data.reduce_amount : '0.00'}
{data.channel === '1' ? '支付宝' : '微信'}
{data.batch_goods_name ? data.batch_goods_name : 'xxx'} {data.batch_goods_name ? data.batch_goods_name : 'xxx'}
</p> </p>
<p> <p>
@ -38,8 +36,7 @@ export default ({ data }) => {
<div className='receiveBtn'>立即领取</div> <div className='receiveBtn'>立即领取</div>
<div className='coupon_explain'> <div className='coupon_explain'>
<h1> <h1>
- {data.channel === '1' ? '支付宝' : '微信'}{' '} - {data.batch_goods_name ? data.batch_goods_name : 'xxx'}兑换说明 -
{data.batch_goods_name ? data.batch_goods_name : 'xxx'}兑换说明 -
</h1> </h1>
{data.instruction ? ( {data.instruction ? (
<> <>