This commit is contained in:
wangsongsole 2022-05-17 10:32:08 +08:00
parent d6b8e87d00
commit 8b3bed2796
3 changed files with 60 additions and 38 deletions

View File

@ -40,8 +40,8 @@ export default class adduserinfo extends React.Component {
day_budget: '', //
receive_conf: '', //
card_type: '', // '',
natural_limit: '', //'',
brush_limit: '', //'',
natural_limit: '1', //'',
brush_limit: '1', //'',
time_limit: '', // '',
instruction: '', //'使',
early_per: [], //'',
@ -52,7 +52,9 @@ export default class adduserinfo extends React.Component {
receive_number: '', //
receive_type: '1', //
usable_time: '', //
fixed_time: '' //
fixed_time: '', //
timer: '', //
timer_type: '1' //
},
cur_product: {},
productOption: [],
@ -343,14 +345,14 @@ export default class adduserinfo extends React.Component {
width={'520px'}
alignment={'left'}
/>
{this.state.model.id ? (
{/* {this.state.model.id ? (
<Button
onClick={(e) => {
this.setState({ visible: true })
}}>
加款
</Button>
) : null}
) : null} */}
</FormItem>
</Form>
</Card>
@ -540,9 +542,9 @@ export default class adduserinfo extends React.Component {
/>
<RadioGroup
onChange={(e) => {
this.onTypeChange(e, 'product_type')
this.onTypeChange(e, 'timer_type')
}}
value={this.state.model.product_type}>
value={this.state.model.timer_type}>
<RadioButton value={'1'}>不设置</RadioButton>
<RadioButton value={'2'}>每天</RadioButton>
</RadioGroup>
@ -686,7 +688,7 @@ export default class adduserinfo extends React.Component {
/>
</Dialog>
</Card>
<MobileComponent />
<MobileComponent data={this.state.model} />
</div>
)
}

View File

@ -9,18 +9,15 @@
width: 300px !important;
}
.mobile {
position: fixed !important;
top: 130px !important;
right: 90px !important;
}
/*立减金模板*/
#reduce::-webkit-scrollbar {
#reduceKnockGold::-webkit-scrollbar {
width: 0 !important
}
#reduce {
#reduceKnockGold {
position: fixed !important;
top: 130px !important;
right: 90px !important;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
background: rgba(218, 218, 218, 0.1);

View File

@ -1,48 +1,71 @@
import './index.less'
export default (props) => {
export default ({ data }) => {
return (
<div id='reduce' className='mobile'>
<div id='reduceKnockGold' className='mobile'>
<div className='couponShow'>
<div className='coupon-left'>
<p className='coupon_money'>
<span></span>100
<span></span>
{data.reduce_amount ? data.reduce_amount : '100'}
</p>
<p className='full_money'>
{data.denomination ? data.denomination : '100.01'}可用
</p>
<p className='full_money'>满1000.01可用</p>
</div>
<div className='coupon-right'>
<p className='title'>100.00元微信立减金</p>
<p className='title'>
{data.reduce_amount ? data.reduce_amount : '100'}
{data.channel === '1' ? '支付宝' : '微信'}
立减金
</p>
<p className='validity'>
有效期:2021-12-23 00:00:00至2022-12-23 00:00:00
有效期:{data.entry_time ? data.entry_time : '2022-05-20 00:00:00'}
{data.timer ? data.timer : '2022-06-20 00:00:00'}
</p>
<p>请在有效期内领取</p>
</div>
</div>
<div className='receiveBtn'>立即领取</div>
<div className='coupon_explain'>
<h1>- 微信立减金兑换说明 -</h1>
<h1>- {data.channel === '1' ? '支付宝' : '微信'}立减金兑换说明 -</h1>
<div className='content'>
<h3>使用须知</h3>
<p>
1在微信APP内打开链接点击一键领取完成领取微信立减金
1{data.channel === '1' ? '支付宝' : '微信'}
APP内打开链接点击一键领取完成领取
{data.channel === '1' ? '支付宝' : '微信'}立减金
<br />
2微信里立减金一旦领取不可撤销不可转让注意不要将兑换券泄露给他人
2{data.channel === '1' ? '支付宝' : '微信'}
里立减金一旦领取不可撤销不可转让注意不要将兑换券泄露给他人
</p>
</div>
<div className='content'>
<h3>使用规则</h3>
<p>
1立减金自领取之日起0天有效请在有效期内使用
<br />
2微信立减金自领取后每个立减金一次性使用不兑换不找零到期后自动失效逾期未使用不再补发使用微信支付进行付款大于立减金面额0.01元以上即可自动抵扣
<br />
3多张立减金可在单笔微信支付订单中一起使用但当用户的立减金超过8张时系统会选取其中一部分使用不保证在一张订单中全部使用
<br />
4在中国境内商户使用微信支付即可使用少数特定商户包括但不限于CoCo奶茶优衣库星巴克肯德基必胜客同程艺龙热风太平鸟孩子王航联保险华为商城Miss
SixtyOchirlyApple商城FivePlus信用卡还款零钱通理财通等以及社交支付如转账红包个人收款码支付等及合单支付微信支付订单号为44开头的交易无法使用立减金
<br />
5使用立减金的微信支付订单如发生全额退款且立减金仍在有效期内立减金将自动退还给用户如立减金已过期则不退还给用户如发生部分退款用户支付金额将按比例原路退还立减金将不退还给用户
<br />
</p>
{data.instruction ? (
<p>{data.instruction}</p>
) : (
<p>
1立减金自领取之日起0天有效请在有效期内使用
<br />
2{data.channel === '1' ? '支付宝' : '微信'}
立减金自领取后每个立减金一次性使用不兑换不找零到期后自动失效逾期未使用不再补发使用
{data.channel === '1' ? '支付宝' : '微信'}
支付进行付款大于立减金面额0.01元以上即可自动抵扣
<br />
3多张立减金可在单笔{data.channel === '1' ? '支付宝' : '微信'}
支付订单中一起使用但当用户的立减金超过8张时系统会选取其中一部分使用不保证在一张订单中全部使用
<br />
4在中国境内商户使用{data.channel === '1' ? '支付宝' : '微信'}
支付即可使用少数特定商户包括但不限于CoCo奶茶优衣库星巴克肯德基必胜客同程艺龙热风太平鸟孩子王航联保险华为商城Miss
SixtyOchirlyApple商城FivePlus信用卡还款零钱通理财通等以及社交支付如转账红包个人收款码支付等及合单支付
{data.channel === '1' ? '支付宝' : '微信'}
支付订单号为44开头的交易无法使用立减金
<br />
5使用立减金的{data.channel === '1' ? '支付宝' : '微信'}
支付订单如发生全额退款且立减金仍在有效期内立减金将自动退还给用户如立减金已过期则不退还给用户如发生部分退款用户支付金额将按比例原路退还立减金将不退还给用户
<br />
</p>
)}
</div>
</div>
</div>