吃个甘蔗嚼一年 3 年 前
コミット
c57924d62f
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      src/pages/index/tabs/Mine.jsx

+ 1
- 0
src/pages/index/tabs/Mine.jsx ファイルの表示

@@ -32,6 +32,7 @@ export default (props) => {
32 32
     setShowCutover(true)
33 33
   }
34 34
   const onClose = () => {
35
+
35 36
     setShowCutover(false)
36 37
   }
37 38