From f71bb7d6a8907b9219f39361725e94c28259bd61 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 06 四月 2021 18:01:00 +0800
Subject: [PATCH] 2021-04-06

---
 src/tabviews/custom/components/card/cardItem/index.jsx |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/tabviews/custom/components/card/cardItem/index.jsx b/src/tabviews/custom/components/card/cardItem/index.jsx
index 76a4395..044bc4e 100644
--- a/src/tabviews/custom/components/card/cardItem/index.jsx
+++ b/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,            // 鍗$墖淇℃伅锛屽寘鎷鍙嶉潰
   }
 

--
Gitblit v1.8.0