在option中判断所用数据的长度,以数组为例
title: [{
text: '钱',
left: '2%',
top: '1%',
textStyle: {
fontSize: 16,
fontWeight: 550,
color: '#6decff'
}
}, {
show: moneys.length > 0 ? false : true,
subtext: '暂无数据',
subtextStyle: {
color:'#bbb',
fontWeight:350,
fontSize: 25
},
left:'40%',
top: '40%'
}]
网友评论