Component({
data: {
animationList: [
{
title: '渐变加载效果',
value: 'gradient',
loading: true,
},
title: '闪烁加载效果',
value: 'flashed',
],
});