Explorar o código

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

Tang %!s(int64=3) %!d(string=hai) anos
pai
achega
0830d7976e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;
 		},