From 0892fc7be9b3d609e4ba8e7e324f24f86194781c Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Thu, 9 Jan 2025 17:50:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=B7=B3=E8=BD=AC=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 2 +- pages/index/components/contentlist.vue | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 1b8d0f6..8ae452a 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,7 +2,7 @@ "version" : "1.0", "configurations" : [ { - "playground" : "custom", + "playground" : "standard", "type" : "uni-app:app-android" } ] diff --git a/pages/index/components/contentlist.vue b/pages/index/components/contentlist.vue index 09a91b5..f0ed359 100644 --- a/pages/index/components/contentlist.vue +++ b/pages/index/components/contentlist.vue @@ -25,11 +25,9 @@ }) function seVideo(item) { - // uni.navigateTo({ - // url: '/me/detail/detail?id=' + item.courseId + '&courseDetailsId=' + item.courseDetailsId + - // '&tt_album_id=' + item.dyCourseId + '&tt_episode_id=' + item - // .dyEpisodeId - // }) + uni.navigateTo({ + url:"pages/video/detail?courseId="+item.courseId+"&courseDetailsId="+item.courseDetailsId + }) }