diff --git a/src/components/knockGold/index.jsx b/src/components/knockGold/index.jsx index 98cd7d12..053b28c2 100644 --- a/src/components/knockGold/index.jsx +++ b/src/components/knockGold/index.jsx @@ -27,7 +27,7 @@ import { import _, { isArray } from 'lodash' import { getVoucherWarningAccount, handelResponse } from '@/assets/api' import AddNewDialog from './Dialog' -import MobileComponent from './mobileCmponent' +import MobileComponent from './mobileComponent' import WangEditor from './wangEditor' const cardTypeList = [ { key: '1', text: '借记卡' }, diff --git a/src/components/knockGold/mobileCmponent.jsx b/src/components/knockGold/mobileComponent.jsx similarity index 100% rename from src/components/knockGold/mobileCmponent.jsx rename to src/components/knockGold/mobileComponent.jsx