zhongshujie
2024-12-18 5dcba93841a0dadb81a74b55062e440af20ad9d3
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;'
  }
});