You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我用CheckList组件的时候,用的是对象数据,就是demo里面的这个
[
{key: '1', value: 'tiger is good', inlineDesc: 'Tiger is the king of mountain'},
{key: '2', value: 'lion is better', inlineDesc: 'Lion is the king of woods'},
{key: '3', value: 'camel is best, no inline-desc'}
]
然后我通过on-change来取值,文档里面写的是有两个参数,我打印出来label是undefined,value是得到的key值
版本是2.6.2
The text was updated successfully, but these errors were encountered:
我用CheckList组件的时候,用的是对象数据,就是demo里面的这个

[
{key: '1', value: 'tiger is good', inlineDesc: 'Tiger is the king of mountain'},
{key: '2', value: 'lion is better', inlineDesc: 'Lion is the king of woods'},
{key: '3', value: 'camel is best, no inline-desc'}
]
然后我通过on-change来取值,文档里面写的是有两个参数,我打印出来label是undefined,value是得到的key值
版本是2.6.2
The text was updated successfully, but these errors were encountered: