Files
jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/node_modules/antd-mini/less/Picker/index.sjs
Ling53666 02554225da 提交
2025-08-18 09:11:51 +08:00

9 lines
214 B
JavaScript

function getPickerViewLabel(item) {
if (typeof item === 'object' && typeof item.label === 'string') {
return item.label || '';
}
return item;
}
export default {
getPickerViewLabel: getPickerViewLabel
};