From b0c16bc4075d98dbbdd9e205c9a49c50677108a6 Mon Sep 17 00:00:00 2001 From: kola-web Date: Tue, 19 Aug 2025 10:02:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E7=89=88=E8=BF=81=E7=A7=BB=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.ts | 14 ++++++++++++++ src/patient/pages/live/index.wxml | 10 +++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/src/app.ts b/src/app.ts index 023dd56..5f14f66 100644 --- a/src/app.ts +++ b/src/app.ts @@ -82,6 +82,20 @@ App({ 5: '已发布', 100: '审核未通过', }, + liveStatus: { + 1: '待开始', + 2: '会议中', + 3: '已结束', + 99: '取消', + 100: '已删除', + }, + activityStatus: { + 1: '待开始', + 2: '进行中', + 3: '已结束', + 99: '取消', + 100: '已删除', + }, }, onLaunch() { Page = page as WechatMiniprogram.Page.Constructor; diff --git a/src/patient/pages/live/index.wxml b/src/patient/pages/live/index.wxml index 2b83d8b..eb91fba 100644 --- a/src/patient/pages/live/index.wxml +++ b/src/patient/pages/live/index.wxml @@ -52,7 +52,7 @@ - + @@ -75,7 +75,9 @@ 看回放 回放生成中 - + 审核中 参会 @@ -145,7 +147,9 @@ 已取消 已删除 - + 审核中 已报名