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
XieZhiXiong
jinfa-platform
Commits
695678f3
Commit
695678f3
authored
Aug 05, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 店铺装修问题修复
parent
3ee6e3fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.ts
config/routes/index.ts
+1
-1
index.tsx
...ingsPanel/propsSettings/components/GoodsSetting/index.tsx
+2
-2
No files found.
config/routes/index.ts
View file @
695678f3
...
...
@@ -78,7 +78,7 @@ const memberCenterRoute = {
// MemberRoute,
// HandlingRoute,
marketingRoute
,
//
...asyncRoutes,
...
asyncRoutes
,
{
path
:
'/memberCenter/noAuth'
,
auth
:
false
,
...
...
src/pages/editor/settingsPanel/propsSettings/components/GoodsSetting/index.tsx
View file @
695678f3
...
...
@@ -98,7 +98,7 @@ const GoodsSetting: React.FC<GoodsSettingPropsType> = (props) => {
useEffect
(()
=>
{
fetchGoodsList
()
},
[
filterParam
,
current
])
},
[
filterParam
,
current
,
pageSize
])
const
fetchGoodsList
=
()
=>
{
let
param
:
any
=
{
...
...
@@ -199,7 +199,7 @@ const GoodsSetting: React.FC<GoodsSettingPropsType> = (props) => {
// message.error("请选择要推荐的商品")
// return
// } else
if
(
selectGoodsList
.
length
>
10
)
{
if
(
selectGoodsList
.
length
>
9
)
{
message
.
error
(
"最多只能推荐10件商品"
)
return
}
...
...
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