8 lines
199 B
JavaScript
8 lines
199 B
JavaScript
|
|
Component({
|
||
|
|
data: {
|
||
|
|
rowColsAvater: [{ size: '96rpx', type: 'circle' }],
|
||
|
|
rowColsImage: [{ size: '96rpx', type: 'rect' }],
|
||
|
|
rowColsContent: [{ width: '50%' }, { width: '100%' }],
|
||
|
|
},
|
||
|
|
});
|