浏览代码

fix: 修复打赏链接问题

zhangyuhan 1 年之前
父节点
当前提交
c20b22753d

+ 1 - 1
apps/bigmember_pc/src/views/article-content/components/Reward.vue

@@ -32,7 +32,7 @@
 import { getRewardText } from '@/api/modules/detail'
 export default {
   name: 'Reward',
-  prop: {
+  props: {
     id: {
       type: String,
       default: ''

+ 1 - 1
apps/bigmember_pc/src/views/article-content/pages/Article.vue

@@ -502,7 +502,7 @@ function doClickFreeView() {
                     ></attachment-download>
                   </div>
 
-                  <Reward />
+                  <Reward :id="ContentId" />
                 </div>
               </div>
             </div>