21 lines
759 B
JavaScript
21 lines
759 B
JavaScript
|
|
Component({
|
||
|
|
data: {
|
||
|
|
grid: [
|
||
|
|
[
|
||
|
|
{ width: '96rpx', height: '96rpx', borderRadius: '12rpx' },
|
||
|
|
{ width: '96rpx', height: '96rpx', borderRadius: '12rpx' },
|
||
|
|
{ width: '96rpx', height: '96rpx', borderRadius: '12rpx' },
|
||
|
|
{ width: '96rpx', height: '96rpx', borderRadius: '12rpx' },
|
||
|
|
{ width: '96rpx', height: '96rpx', borderRadius: '12rpx' },
|
||
|
|
],
|
||
|
|
[
|
||
|
|
{ width: '96rpx', height: '32rpx', borderRadius: '6rpx' },
|
||
|
|
{ width: '96rpx', height: '32rpx', borderRadius: '6rpx' },
|
||
|
|
{ width: '96rpx', height: '32rpx', borderRadius: '6rpx' },
|
||
|
|
{ width: '96rpx', height: '32rpx', borderRadius: '6rpx' },
|
||
|
|
{ width: '96rpx', height: '32rpx', borderRadius: '6rpx' },
|
||
|
|
],
|
||
|
|
],
|
||
|
|
},
|
||
|
|
});
|