diff --git a/src/components/knockGold/index.jsx b/src/components/knockGold/index.jsx index 99077850..78ef9467 100644 --- a/src/components/knockGold/index.jsx +++ b/src/components/knockGold/index.jsx @@ -43,7 +43,7 @@ const receiveTypeList = [ { key: 'all', text: '总共' }, { key: 'month', text: '每月' }, { key: 'week', text: '每周' }, - { key: 'dey', text: '每天' } + { key: 'day', text: '每天' } ] //预警百分比 const earlyPerList = ['70', '50', '30', '20']