Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-platform
Commits
5a1c726d
Commit
5a1c726d
authored
Oct 22, 2020
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:隐藏活动店铺
parent
6edc2f33
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
index.less
...Mall/components/Filter/components/ActiveStores/index.less
+1
-0
index.tsx
...xMall/components/Filter/components/ActiveStores/index.tsx
+1
-1
index.tsx
src/pages/lxMall/shopList/index.tsx
+2
-2
No files found.
src/pages/lxMall/components/Filter/components/ActiveStores/index.less
View file @
5a1c726d
...
@@ -46,6 +46,7 @@
...
@@ -46,6 +46,7 @@
overflow: hidden;
overflow: hidden;
white-space: nowrap;
white-space: nowrap;
text-overflow: ellipsis;
text-overflow: ellipsis;
flex: 1;
&>a {
&>a {
color: #303133;
color: #303133;
...
...
src/pages/lxMall/components/Filter/components/ActiveStores/index.tsx
View file @
5a1c726d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* @Author: ghua
* @Author: ghua
* @Date: 2020-08-20 16:23:39
* @Date: 2020-08-20 16:23:39
* @Last Modified by: ghua
* @Last Modified by: ghua
* @Last Modified time: 2020-
08-20 16:38:49
* @Last Modified time: 2020-
10-22 18:03:14
*/
*/
import
React
from
'react'
import
React
from
'react'
...
...
src/pages/lxMall/shopList/index.tsx
View file @
5a1c726d
...
@@ -28,8 +28,8 @@ const ShopList: React.FC<ShopListPropsType> = (props) => {
...
@@ -28,8 +28,8 @@ const ShopList: React.FC<ShopListPropsType> = (props) => {
const
[
loading
,
setLoading
]
=
useState
<
boolean
>
(
true
)
const
[
loading
,
setLoading
]
=
useState
<
boolean
>
(
true
)
const
[
shopList
,
setShopList
]
=
useState
<
GetTemplateShopFindShopListResponseDetail
[]
>
([])
const
[
shopList
,
setShopList
]
=
useState
<
GetTemplateShopFindShopListResponseDetail
[]
>
([])
const
[
totalCount
,
setTotalCount
]
=
useState
<
number
>
(
0
)
const
[
totalCount
,
setTotalCount
]
=
useState
<
number
>
(
0
)
//FILTER_TYPE.activeStores,
const
filterConfig
=
[
FILTER_TYPE
.
category
,
FILTER_TYPE
.
useArea
,
FILTER_TYPE
.
activeStores
,
FILTER_TYPE
.
newJoin
]
const
filterConfig
=
[
FILTER_TYPE
.
category
,
FILTER_TYPE
.
useArea
,
FILTER_TYPE
.
newJoin
]
useEffect
(()
=>
{
useEffect
(()
=>
{
setCurrent
(
1
)
setCurrent
(
1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment