吃个甘蔗嚼一年 3 年前
父节点
当前提交
3d386c02e6
共有 2 个文件被更改,包括 1 次插入13 次删除
  1. 1
    2
      src/pages/MineUserAll/Collect/index.jsx
  2. 0
    11
      src/pages/MineUserAll/Collect/style.less

+ 1
- 2
src/pages/MineUserAll/Collect/index.jsx 查看文件

1
 
1
 
2
 import CustomNav from '@/components/CustomNav'
2
 import CustomNav from '@/components/CustomNav'
3
-import { useState, useEffect } from "react";
3
+import { useState } from "react";
4
 import withLayout from '@/layouts'
4
 import withLayout from '@/layouts'
5
 import List from '@/components/List';
5
 import List from '@/components/List';
6
 import NoData from '@/components/NoData'
6
 import NoData from '@/components/NoData'
12
   const { router, person, location } = props
12
   const { router, person, location } = props
13
   const [collectContent, setCollectContent] = useState([])
13
   const [collectContent, setCollectContent] = useState([])
14
   const [queryParams, setQueryParams] = useState({ location: location, pageNum: 1, pageSize: 10 })
14
   const [queryParams, setQueryParams] = useState({ location: location, pageNum: 1, pageSize: 10 })
15
-
16
   return (
15
   return (
17
     <view className='page-index box-content'>
16
     <view className='page-index box-content'>
18
       <view className='index-navbar'>
17
       <view className='index-navbar'>

+ 0
- 11
src/pages/MineUserAll/Collect/style.less 查看文件

2
 
2
 
3
 .box-content {
3
 .box-content {
4
   padding: 0 25px;
4
   padding: 0 25px;
5
-  .scroll-box-view{
6
-    width: 100%;
7
-    .foot {
8
-      font-size: 28px;
9
-      color: #c0c8d3;
10
-      line-height: 34px;
11
-      margin-top: 40px;
12
-      text-align: center;
13
-    }
14
-
15
-  }
16
   .botton{
5
   .botton{
17
     font-size: 28px;
6
     font-size: 28px;
18
     color: #C0C8D3;
7
     color: #C0C8D3;