Commit b731ad00 authored by baixian's avatar baixian

微官网新版需求上线

parent 5ac48690
......@@ -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 : [],
......
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment