张延森 3 yıl önce
ebeveyn
işleme
ea40b1f16e
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      src/pages/index/components/Footer.jsx

+ 2
- 2
src/pages/index/components/Footer.jsx Dosyayı Görüntüle

@@ -12,11 +12,11 @@ export default (props) => {
12 12
     <View className='index-footer'>
13 13
       <View>
14 14
         <View className='footer-time'>{today}</View>
15
-        <View className='footer-copyright'>
15
+        {/* <View className='footer-copyright'>
16 16
           <Divider>
17 17
             南京云致提供技术支持
18 18
           </Divider>
19
-        </View>
19
+        </View> */}
20 20
       </View>
21 21
     </View>
22 22
   )