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
73ee798a
Commit
73ee798a
authored
Feb 16, 2022
by
Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改request 1000 翻译
parent
a0906b45
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
6 deletions
+38
-6
useSaveData.ts
...anagement/activePage/fixtures/common/hooks/useSaveData.ts
+5
-5
web.tsx
...ment/activePage/fixtures/components/ComponentTree/web.tsx
+32
-0
request.ts
src/utils/request.ts
+1
-1
No files found.
src/pages/transaction/marketingAbility/marketingActivitiesManagement/activePage/fixtures/common/hooks/useSaveData.ts
View file @
73ee798a
...
@@ -160,15 +160,15 @@ function useSaveData(options: Options) {
...
@@ -160,15 +160,15 @@ function useSaveData(options: Options) {
}
}
// console.log(withThemeStyle);
// console.log(withThemeStyle);
// return;
// return;
const
{
data
,
code
}
=
await
postTemplateWebActivityPageAdorn
({
const
{
data
,
code
,
message
:
msg
}
=
await
postTemplateWebActivityPageAdorn
({
id
:
+
id
,
id
:
+
id
,
adornContent
:
withThemeStyle
adornContent
:
withThemeStyle
}
as
any
);
}
as
any
);
setSaving
(
false
);
setSaving
(
false
);
if
(
code
=
==
1000
)
{
// if (code !
== 1000) {
// history.goBack();
//
// history.goBack();
message
.
success
(
"修改成功"
)
// message.error(msg
)
}
//
}
}
}
return
{
saving
,
onSave
};
return
{
saving
,
onSave
};
...
...
src/pages/transaction/marketingAbility/marketingActivitiesManagement/activePage/fixtures/components/ComponentTree/web.tsx
View file @
73ee798a
...
@@ -350,6 +350,38 @@ const WebComponentModule: React.FC<Iprops> = (props: Iprops) => {
...
@@ -350,6 +350,38 @@ const WebComponentModule: React.FC<Iprops> = (props: Iprops) => {
const
newKey
=
childNodes
[
childNodes
.
length
-
1
]
+
1
const
newKey
=
childNodes
[
childNodes
.
length
-
1
]
+
1
if
(
platform
===
'mobile'
&&
_item
===
'combination'
)
{
addChildComponent
({
newKey
:
`
${
newKey
}
`
,
componentName
:
COMPONENT_NAME
[
_item
][
platform
][
'container'
],
parentPropName
:
''
,
parentKey
:
'0'
,
childProps
:
{
addBtnText
:
"添加子节点"
,
canDelete
:
true
,
childComponentName
:
COMPONENT_NAME
[
_item
][
platform
][
'childContainer'
],
childNodes
:
[],
childProps
:
{
addBtnText
:
"添加组合促销节点"
,
canDelete
:
true
,
childComponentName
:
'Combination.Item'
,
otherProps
:
{
type
:
`combinationItemProduct`
},
childProps
:
{
otherProps
:
{
type
:
`combinationItem`
},
}
},
otherProps
:
{
type
:
_item
},
props
:
{
visible
:
true
,
theme
:
0
,
title
:
ACTIVITYS_MAP
[
_item
].
title
},
title
:
ACTIVITYS_MAP
[
_item
].
title
,
}
})
return
;
}
addChildComponent
({
addChildComponent
({
newKey
:
`
${
newKey
}
`
,
newKey
:
`
${
newKey
}
`
,
componentName
:
COMPONENT_NAME
[
_item
][
platform
][
'container'
],
componentName
:
COMPONENT_NAME
[
_item
][
platform
][
'container'
],
...
...
src/utils/request.ts
View file @
73ee798a
...
@@ -144,7 +144,7 @@ class ApiRequest {
...
@@ -144,7 +144,7 @@ class ApiRequest {
if
(
options
.
ctlType
===
'message'
)
{
if
(
options
.
ctlType
===
'message'
)
{
message
.
destroy
()
message
.
destroy
()
}
}
options
.
ctlType
===
'message'
&&
message
.
success
(
res
.
message
)
options
.
ctlType
===
'message'
&&
message
.
success
(
intl
.
formatMessage
({
id
:
`
${
res
.
code
}
`
,
defaultMessage
:
res
.
message
})
)
resolve
(
res
)
resolve
(
res
)
}
else
{
}
else
{
// 使用resolve将数据返回, 请求时需手动处理data为null的情况
// 使用resolve将数据返回, 请求时需手动处理data为null的情况
...
...
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