WGShare.Client.Wx/pages/skeleton/theme/index.js

27 lines
451 B
JavaScript

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