chenxiong 3 жил өмнө
parent
commit
a79049d0ee

+ 4 - 2
src/pages/course-detail/index.vue

@@ -1237,7 +1237,9 @@
                         <div class="right-box">
                           <div class="title">
                             推荐课程
-                            <span class="more">更多></span>
+                            <a class="more" @click="go('/course-list')"
+                              >更多></a
+                            >
                           </div>
                           <ul class="list">
                             <li
@@ -4641,7 +4643,7 @@ export default {
         //播放视频
         this.showRecordStatus = false; //隐藏播放记录提示
         this.sectionItem = option;
-        console.log(section, "section");
+        console.log(option, "option");
         this.isPlayRebuild = option.rebuild;
         this.moduleId = option.moduleId || 0;
         this.chapterId = option.chapterId || 0;

+ 1 - 0
src/pages/person-center/my-message/index.vue

@@ -582,6 +582,7 @@ export default {
                 query: {
                   gradeId: this.rebuildItem.gradeId,
                   orderGoodsId: this.rebuildItem.orderGoodsId,
+                  rebuild: 1,
                 },
               });
             });

+ 1 - 0
src/pages/person-center/play-record/index.vue

@@ -207,6 +207,7 @@ export default {
                 query: {
                   gradeId: this.rebuildItem.gradeId,
                   orderGoodsId: this.rebuildItem.orderGoodsId,
+                  rebuild: 1,
                 },
               });
             });