|
@@ -1,9 +1,9 @@
|
1
|
1
|
import React, { useMemo } from 'react';
|
2
|
2
|
|
3
|
|
-import icon1 from '@/assets/images/screen/statis-icon1.png';
|
4
|
|
-import icon2 from '@/assets/images/screen/statis-icon2.png';
|
5
|
|
-import icon3 from '@/assets/images/screen/statis-icon3.png';
|
6
|
|
-import icon4 from '@/assets/images/screen/statis-icon4.png';
|
|
3
|
+import icon1 from '@/assets/images/screen/statis-icon1.gif';
|
|
4
|
+import icon2 from '@/assets/images/screen/statis-icon2.gif';
|
|
5
|
+import icon3 from '@/assets/images/screen/statis-icon3.gif';
|
|
6
|
+import icon4 from '@/assets/images/screen/statis-icon4.gif';
|
7
|
7
|
import Styles from './style.less';
|
8
|
8
|
|
9
|
9
|
const icon = {
|