// emptyData.ts Component({ properties: { text: { type: String, value: '暂无数据' }, iconSrc: { type: String, value: '/images/emptyData.png' }, containerStyle: { type: String, value: '' }, textStyle: { type: String, value: '' } } })