소스 검색

Merge branch 'master' into stage-4

chenxiong 3 년 전
부모
커밋
85b1ba6cc7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages2/msg/detail.vue

+ 1 - 1
pages2/msg/detail.vue

@@ -129,7 +129,7 @@ export default {
 		//跳转节视频
 		jumpSection(item) {
 			item.noteSecond = Number(item.topicNum) * 60; //转秒数
-			this.$navTo.togo('/pages2/class/detail', {
+			this.$navTo.togo('/pages3/polyv/detail', {
 				id: item.courseId,
 				goodsId: item.goodsId,
 				noteSecond: item.noteSecond,