Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
biz.qingxiao.com
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
wangxuelai
biz.qingxiao.com
Commits
02d132bc
Commit
02d132bc
authored
Apr 21, 2020
by
baixian
Browse files
Options
Browse Files
Download
Plain Diff
微官网新版需求上线
parents
d7889db9
b731ad00
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
index.html
index.html
+1
-1
createtheme.js
src/models/createtheme.js
+1
-0
Unclock.js
src/pages/newtheme/customsclock/Unclock.js
+2
-0
No files found.
index.html
View file @
02d132bc
...
...
@@ -18,5 +18,5 @@
</head>
<body>
<div
id=
"root"
></div>
<script
type=
"text/javascript"
src=
"https://cdn.s.shangjiadao.cn/qingxiao/biz/dist/main.
10a779
.js"
></script></body>
<script
type=
"text/javascript"
src=
"https://cdn.s.shangjiadao.cn/qingxiao/biz/dist/main.
822fa3
.js"
></script></body>
</html>
src/models/createtheme.js
View file @
02d132bc
...
...
@@ -585,6 +585,7 @@ export default {
push_time
:
emigratedDate
.
data
.
push_time
,
sign_up_status
:
emigratedDate
.
data
.
sign_up_status
,
jump_type
:
emigratedDate
.
data
.
jump_type
,
join_secret
:
emigratedDate
.
data
.
join_secret
,
},
radioname
:
emigratedDate
.
data
.
sign_up_content
?
JSON
.
parse
(
emigratedDate
.
data
.
sign_up_content
).
radioname
:
''
,
radioList
:
emigratedDate
.
data
.
sign_up_content
?
JSON
.
parse
(
emigratedDate
.
data
.
sign_up_content
).
radioList
:
[],
...
...
src/pages/newtheme/customsclock/Unclock.js
View file @
02d132bc
...
...
@@ -59,6 +59,7 @@ class UnClockForm extends React.Component {
unlock_limit
,
sign_up_status
,
max_clock_count
,
join_secret
,
}
=
values
;
dispatch
({
type
:
'createtheme/addCutomsClock'
,
...
...
@@ -71,6 +72,7 @@ class UnClockForm extends React.Component {
max_clock_count
,
subject_count
,
unlock_limit
,
join_secret
,
sign_up_status
:
sign_up_status
&&
sign_up_status
===
true
?
1
:
2
,
callBack
:
()
=>
{
form
.
resetFields
();
...
...
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