diff --git a/src/components/knockGold/index.jsx b/src/components/knockGold/index.jsx index f436e7e6..fe494ffa 100644 --- a/src/components/knockGold/index.jsx +++ b/src/components/knockGold/index.jsx @@ -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}> 不设置 - 每天 + 每日 ) : ( @@ -1165,7 +1165,7 @@ export default class addKnockGold extends Component { disabled={this.props?.data?.id ? true : false} value={this.state.model.timer_type}> 不设置 - 每天 + 每日 )}