闫增涛
2024-04-15 cb6bb8bda31df75afe5a5bd50fe8e3ff6a3d34e2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Component({
  properties: {
    content: {
      type: String,
      value: '',
    },
    authorIntroduction: {
      type: String,
      value: '',
    },
  },
  data:{
    richStyle:'font-size: 28rpx;color: #333; line-height: 48rpx;text-align: justify;'
  }
});