Ver Fonte

Merge branch 'master' of https://gitee.com/he2802/saas_applet

Tang há 3 anos atrás
pai
commit
0830d7976e
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      pages2/plan/index.vue

+ 2 - 2
pages2/plan/index.vue

@@ -297,8 +297,8 @@ export default {
 			this.showDayList = this.calendarStudyVo.miniDayStudyList;
 		},
 		jumpDetail(item) {
-			this.$navTo.togo('/pages2/course/detail', {
-				id: item.courseId
+			this.$navTo.togo('/pages2/wd/course', {
+				id: item.goodsId
 			});
 			return;
 		},