许静 5 年 前
コミット
56f6438d7d
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/project/banner/index.js

+ 1
- 1
src/pages/project/banner/index.js ファイルの表示

@@ -42,7 +42,7 @@ export default class SwiperBanner extends Component {
42 42
             </SwiperItem>
43 43
           ))}
44 44
         </Swiper>
45
-      </View>
45
+      </View> 
46 46
     )
47 47
   }
48 48
 }