闫增涛
2024-09-07 892efc9976feb68ce1a3a4d759317e2585d67ebe
packageBookService/pages/bookServices/detail/components/brief/index.js
@@ -4,12 +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;'
  data: {
    richStyle: 'font-size: 28rpx;color: #333; line-height: 48rpx;text-align: justify;'
  }
});
});