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 @@ 已取消 已删除 - + 审核中 已报名