修复不能修改空间介绍的bug
This commit is contained in:
parent
b2143572d5
commit
6ee6b9e684
|
@ -431,6 +431,7 @@ const StreamerSpaceContent = () => {
|
|||
},
|
||||
body: JSON.stringify({
|
||||
id: defaultValues.key,
|
||||
profile: value.profile,
|
||||
admission_price: parseInt(value.admission_price * 100, 10),
|
||||
ironfanship_price: parseInt(value.ironfanship_price * 100, 10),
|
||||
is_superfanship_enabled: parseInt(value.is_superfanship_enabled),
|
||||
|
|
Loading…
Reference in New Issue