Page({
data: {
themeList: [
{
title: '头像骨架屏',
value: 'avatar',
loading: true,
},
title: '图片骨架屏',
value: 'image',
title: '文本骨架屏',
value: 'text',
title: '段落骨架屏',
value: 'paragraph',
],
});