李志伟 3 gadus atpakaļ
vecāks
revīzija
bcc23f0319
1 mainītis faili ar 1 papildinājumiem un 4 dzēšanām
  1. 1
    4
      src/pages/index/index.jsx

+ 1
- 4
src/pages/index/index.jsx Parādīt failu

@@ -1,7 +1,6 @@
1 1
 
2 2
 
3
-import React, { useState, useEffect, useRef } from 'react'
4
-import Taro from '@tarojs/taro'
3
+import React, { useState, useEffect } from 'react'
5 4
 import CustomNav from '@/components/CustomNav'
6 5
 import logo from '@/assets/icons/comm/logo_small.png'
7 6
 import withLayout from '@/layouts'
@@ -10,8 +9,6 @@ import Guide from './tabs/Guide'
10 9
 import Mine from './tabs/Mine'
11 10
 import Recommend from './tabs/Recommend'
12 11
 import './index.less'
13
-import { getLocation } from '@/utils/location'
14
-import { getIndexType, getResourceList } from '@/services/home'
15 12
 
16 13
 
17 14