From 232feed09ba5cbee34b092d4f7a8157502ad1ceb Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 15 Aug 2022 15:14:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=96=87=E4=BB=B6=E5=A4=B9?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/knockGold/index.jsx | 2 +- .../knockGold/{mobileCmponent.jsx => mobileComponent.jsx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/components/knockGold/{mobileCmponent.jsx => mobileComponent.jsx} (100%) 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