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
74859020
Commit
74859020
authored
Mar 05, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: app渠道装修页面开发
parent
6e07d806
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
23 deletions
+11
-23
index.tsx
...Panel/propsSettings/components/bottomNavigation/index.tsx
+6
-22
index.tsx
...tingPanel/propsSettings/components/channelGoods/index.tsx
+5
-1
No files found.
src/pages/editor/mobileSettingPanel/propsSettings/components/bottomNavigation/index.tsx
View file @
74859020
...
...
@@ -18,7 +18,7 @@ interface DataItemType {
id
:
number
,
name
:
string
,
icon
:
string
,
/** 类型:1-首页 2-
分类 3-进货单 4-工作台 5-我的 6-找现货 7-找供应 8-求购 9-换积分 10-找店铺
*/
/** 类型:1-首页 2-
积分 3-工作台 4-资讯 5-进货单 6-我的
*/
type
:
number
,
status
:
boolean
,
expand
:
boolean
...
...
@@ -35,39 +35,23 @@ const RedirectTypeList = [
},
{
value
:
2
,
label
:
'
分类
'
,
label
:
'
积分
'
,
},
{
value
:
3
,
label
:
'
进货单
'
,
label
:
'
工作台
'
,
},
{
value
:
4
,
label
:
'
工作台
'
,
label
:
'
资讯
'
,
},
{
value
:
5
,
label
:
'
我的
'
,
label
:
'
进货单
'
,
},
{
value
:
6
,
label
:
'找现货'
,
},
{
value
:
7
,
label
:
'找供应'
,
},
{
value
:
8
,
label
:
'求购'
,
},
{
value
:
9
,
label
:
'换积分'
,
},
{
value
:
10
,
label
:
'找店铺'
,
label
:
'我的'
,
},
]
...
...
src/pages/editor/mobileSettingPanel/propsSettings/components/channelGoods/index.tsx
View file @
74859020
...
...
@@ -261,9 +261,13 @@ const ChannelGoods: React.FC<QualityPropsType> = (props) => {
const
params
:
any
=
{
...
param
,
priceTypeList
:
[
1
],
idNotInList
:
currentInfo
.
productIdList
,
channelMemberId
,
}
if
(
currentInfo
.
productIdList
&&
currentInfo
.
productIdList
.
length
>
0
)
{
params
.
idNotInList
=
currentInfo
.
productIdList
}
const
headers
=
{
"type"
:
"3"
}
...
...
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