Browse Source

版本号

吃个甘蔗嚼一年 3 years ago
parent
commit
c57924d62f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/pages/index/tabs/Mine.jsx

+ 1
- 0
src/pages/index/tabs/Mine.jsx View File

32
     setShowCutover(true)
32
     setShowCutover(true)
33
   }
33
   }
34
   const onClose = () => {
34
   const onClose = () => {
35
+
35
     setShowCutover(false)
36
     setShowCutover(false)
36
   }
37
   }
37
 
38