From 1d3c6b3c93e0c84d4fa629e2012792bd23a76c88 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 18 Dec 2025 18:38:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(app=E5=90=AF=E5=8A=A8=E9=A1=B5):=20?= =?UTF-8?q?=E5=88=A0=E5=8E=BB=E6=97=A0=E7=94=A8=E7=9A=84=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=EF=BC=8C=E8=B0=83=E6=95=B4=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constant/type.js | 7 +- src/views/sys/start-page/form-edit.vue | 150 +++++++++++++++---------- src/views/sys/start-page/index.vue | 136 ++++++++++++---------- 3 files changed, 167 insertions(+), 126 deletions(-) diff --git a/src/constant/type.js b/src/constant/type.js index ca9c15b..9696f96 100644 --- a/src/constant/type.js +++ b/src/constant/type.js @@ -1,12 +1,7 @@ /** * App启动页活动类型 */ -const appStartPagePlanTypes = [ - { value: "WEEK_STAR", name: "周星" }, - { value: "WEEK_CP", name: "每周CP" }, - { value: "WEEK_KING", name: "每周国王/King" }, - { value: "NON_FIXED_ACTIVITY", name: "非固定活动" } -]; +const appStartPagePlanTypes = [{ value: "KING_GAMES", name: "游戏王" }]; /** * 抽奖游戏类型 diff --git a/src/views/sys/start-page/form-edit.vue b/src/views/sys/start-page/form-edit.vue index 0ea3023..3fde653 100644 --- a/src/views/sys/start-page/form-edit.vue +++ b/src/views/sys/start-page/form-edit.vue @@ -9,14 +9,20 @@ >
- + + - - + + + - - {{ item.label }} + + + {{ + item.label + }} + + + +