king
2021-02-24 12e6f9526818cfb62434b37aa0a3169cfc0d3cae
src/tabviews/custom/components/card/cardItem/index.jsx
@@ -18,7 +18,7 @@
  }
  state = {
    dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
    dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
    card: null,            // 卡片信息,包括正反面
  }