From ef41db16f2cb5a20453291bb13731911c48bfe5a Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Sat, 5 Oct 2019 13:26:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E8=87=B3=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/shixuns/send_to_course.json.jbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shixuns/send_to_course.json.jbuilder b/app/views/shixuns/send_to_course.json.jbuilder index a6a48fb09..13b221d75 100644 --- a/app/views/shixuns/send_to_course.json.jbuilder +++ b/app/views/shixuns/send_to_course.json.jbuilder @@ -1,4 +1,4 @@ json.status 1 json.message "发送成功" json.course_id @course.id -json.module_url module_url(@course.none_hidden_course_modules) \ No newline at end of file +json.first_category_url module_url(@course.none_hidden_course_modules.first, @course) \ No newline at end of file