Component({ properties: { content: { type: String, value: '', }, catalogue: { type: String, value: '', }, authorIntroduction: { type: String, value: '', }, }, data: { richStyle: 'font-size: 28rpx;color: #333; line-height: 48rpx;text-align: justify;' } });