@@ -32,7 +32,7 @@
import { getRewardText } from '@/api/modules/detail'
export default {
name: 'Reward',
- prop: {
+ props: {
id: {
type: String,
default: ''
@@ -502,7 +502,7 @@ function doClickFreeView() {
></attachment-download>
</div>
- <Reward />
+ <Reward :id="ContentId" />