diff --git a/src/api/aitutor/chat.js b/src/api/aitutor/chat.js index 2310429..e8a2ed8 100644 --- a/src/api/aitutor/chat.js +++ b/src/api/aitutor/chat.js @@ -7,4 +7,13 @@ export function getMessagesToAdmin(params) { method: 'get', params: params }) +} + +// 获取心理评估数据 +export function getPsychologicalRatings(query) { + return request({ + url: '/api/wechat/rating/all', + method: 'get', + params: query + }) } \ No newline at end of file diff --git a/src/views/Home/index-new-blue.vue b/src/views/Home/index-new-blue.vue index 93e72b1..9dff15b 100644 --- a/src/views/Home/index-new-blue.vue +++ b/src/views/Home/index-new-blue.vue @@ -293,17 +293,69 @@ - + + + + + + @@ -380,7 +432,7 @@
-