diff --git a/src/components/knockGold/index.jsx b/src/components/knockGold/index.jsx index cefc1eae..af97e7be 100644 --- a/src/components/knockGold/index.jsx +++ b/src/components/knockGold/index.jsx @@ -41,7 +41,7 @@ const cardTypeList = [ const receiveTypeList = [ { key: 'all', text: '总共' }, - { key: 'moth', text: '每月' }, + { key: 'month', text: '每月' }, { key: 'week', text: '每周' }, { key: 'dey', text: '每天' } ]