✏️ typos: 修改立减金文案

This commit is contained in:
wangsongsole 2023-05-25 11:04:16 +08:00
parent 2ab3c64110
commit 8475495997
1 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ const receiveTypeList = [
{ key: 'all', text: '总共' },
{ key: 'month', text: '每月' },
{ key: 'week', text: '每周' },
{ key: 'day', text: '每' }
{ key: 'day', text: '每' }
];
const week = [
@ -1153,7 +1153,7 @@ export default class addKnockGold extends Component {
disabled={this.props?.data?.id ? true : false}
value={this.state.model.timer_type}>
<RadioButton value={'1'}>不设置</RadioButton>
<RadioButton value={'2'}></RadioButton>
<RadioButton value={'2'}></RadioButton>
</RadioGroup>
</FormItem>
) : (
@ -1165,7 +1165,7 @@ export default class addKnockGold extends Component {
disabled={this.props?.data?.id ? true : false}
value={this.state.model.timer_type}>
<RadioButton value={'1'}>不设置</RadioButton>
<RadioButton value={'2'}></RadioButton>
<RadioButton value={'2'}></RadioButton>
</RadioGroup>
</FormItem>
)}