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
0fb8a90c
Commit
0fb8a90c
authored
6 years ago
by
snail
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
305_23
parent
78aca038
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
T23_305.js
src/swift/Tags/T23/T23_305.js
+1
-1
No files found.
src/swift/Tags/T23/T23_305.js
View file @
0fb8a90c
...
...
@@ -29,7 +29,7 @@ export default class T23 extends Component
this
.
keys
.
forEach
(
i
=>
{
obj
[
's'
+
i
]
=
objtemp
[
's'
+
i
]
});
let
mval
=
`
${
obj
.
s1
||
''
}
${
obj
.
s2
||
''
}${
obj
.
s3
||
''
}
${
obj
.
s4
||
''
}
`
let
mval
=
`
${
obj
.
s1
||
''
}
/
${
obj
.
s2
||
''
}
/
${
obj
.
s3
||
''
}
/
${
obj
.
s4
||
''
}
`
this
.
props
.
onValue
([
obj
,
mval
])
}
...
...
This diff is collapsed.
Click to expand it.
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