From 9d7e9fee82c2562b1e0726edce663cc3735ecbc6 Mon Sep 17 00:00:00 2001 From: Aya <787406155@qq.com> Date: Sun, 16 Jun 2019 11:58:18 +0800 Subject: [PATCH] add course name --- front_end/js/personalinfo.js | 1 + front_end/personalinfo.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/front_end/js/personalinfo.js b/front_end/js/personalinfo.js index f17e61d..18f60d2 100644 --- a/front_end/js/personalinfo.js +++ b/front_end/js/personalinfo.js @@ -186,6 +186,7 @@ function genComment(data){ var single_comment= $("
"+ "
"+ "
\n"+ + "

"+comments[i].course_name+"

"+ "

教师

"+ "

"+comments[i].teacher+"

"+ "
\n"+ diff --git a/front_end/personalinfo.html b/front_end/personalinfo.html index 79e05e0..d8783d5 100644 --- a/front_end/personalinfo.html +++ b/front_end/personalinfo.html @@ -171,7 +171,7 @@
-
+

© Copyright 2019 flamenco - All rights reserved.