src/tabviews/custom/components/card/cardItem/index.jsx
@@ -3,9 +3,6 @@ import { is, fromJS } from 'immutable' import asyncComponent from '@/utils/asyncComponent' import zhCN from '@/locales/zh-CN/model.js' import enUS from '@/locales/en-US/model.js' import './index.scss' const CardCellComponent = asyncComponent(() => import('../cardcellList')) @@ -18,7 +15,6 @@ } state = { dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, card: null, // 卡片信息,包括正反面 }