Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
错误格式:
{ label: '不限', value: 0 },
{ label: '男', value: 1 },
{ label: '女', value: 2 }
正确格式:
{ label: '不限', value: '0' },
{ label: '男', value: '1' },
{ label: '女', value: '2' }
为啥数字不能捏?是在这个过程,转换了吗还是
Beta Was this translation helpful? Give feedback.
All reactions