From 587644489b3ab4e9ddb6b86ff3eb45070b785782 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Mon, 17 Oct 2022 15:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AF=BE=E7=A8=8B=E5=AD=A6?= =?UTF-8?q?=E4=B9=A0=E4=BA=BA=E5=91=98=E6=A0=BC=E5=BC=8F=E5=8C=96=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 2532354f..5e2244a9 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -89,8 +89,7 @@
{{cinfo.teacher=='BOE教师'? '':cinfo.teacher}} - {{cinfo.studiesFormat}}人学习 - {{cinfo.studiesFormat}}+人学习 + {{formatNum(cinfo.studies)}}人学习
@@ -297,7 +296,7 @@ import scene from "@/api/modules/scene.js"; import apiUserGroup from "@/api/modules/usergroup.js"; import interactBar from "@/components/Portal/interactBar.vue"; import courseImage from "@/components/Course/courseImage.vue"; -import { courseType, getType, toScore,formatDate } from "@/utils/tools.js"; +import { courseType, getType, toScore,formatDate,formatUserNumber } from "@/utils/tools.js"; import { deepClone, param } from "../../../utils"; import apiSearchterm from "@/api/modules/searchterm.js"; import apiPlace from "@/api/phase2/place.js" @@ -320,6 +319,7 @@ export default { return { resonimg:{}, formatDate, + formatNum:formatUserNumber, audiences:[],//当前用户的受众 couretitle: "", toScore,