Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swifteditor
Overview
Overview
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
fukai
swifteditor
Commits
3798764b
Commit
3798764b
authored
Jun 16, 2022
by
fukai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
锁定bic。支持保存回调,去掉模板保存。
parent
06e3b4cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Result.js
src/swift/Result.js
+4
-4
SWFPage2.js
src/swift/SWFPage2.js
+1
-1
No files found.
src/swift/Result.js
View file @
3798764b
...
...
@@ -42,11 +42,11 @@ const Step = Steps.Step;
if
(
typeof
data
==
'string'
)
{
data
=
JSON
.
parse
(
data
)
if
(
window
.
parent
)
window
.
parent
.
postMessage
(
data
)
else
window
.
postMessage
(
data
)
}
if
(
window
.
parent
)
window
.
parent
.
postMessage
(
data
,
"*"
)
else
window
.
postMessage
(
data
,
"*"
)
if
(
data
.
errorCode
==
'0000'
)
this
.
setState
({
isOK
:
0
})
else
...
...
src/swift/SWFPage2.js
View file @
3798764b
...
...
@@ -403,7 +403,7 @@ export class SWFPage extends Component
:
null
}
<
TempSaver
getTemplateJSON
=
{
this
.
saveTemp
}
mty
=
{
mty
}
mctid
=
{
this
.
props
.
extra
.
mctid
}
style
=
{{
marginRight
:
'1em'
,
width
:
'8em'
}}
/
>
{
/* <TempSaver getTemplateJSON={this.saveTemp} mty={mty} mctid={this.props.extra.mctid} style={{marginRight:'1em',width:'8em'}}/> */
}
<
br
/>
<
br
/>
...
...
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