zhongshujie
2024-12-20 a9877004f436bb9f53173c1692de345726e0e521
packageBookService/pages/bookServices/detail/components/brief/index.js
@@ -4,9 +4,16 @@
      type: String,
      value: '',
    },
    catalogue: {
      type: String,
      value: '',
    },
    authorIntroduction: {
      type: String,
      value: '',
    },
  },
});
  data: {
    richStyle: 'font-size: 28rpx;color: #333; line-height: 48rpx;text-align: justify;'
  }
});