From b3c76bf7a553d3a01d35a5df7fd35057e91b3956 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 25 Apr 2025 09:28:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(specialArea):=20=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E4=B8=93=E5=8C=BA=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8tab?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/specialArea/index.vue | 6 +++--- pages/specialArea/list.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/specialArea/index.vue b/pages/specialArea/index.vue index d5bd29e..f1a8808 100644 --- a/pages/specialArea/index.vue +++ b/pages/specialArea/index.vue @@ -79,7 +79,7 @@ export default { isShow: true, }, { - label: '乐学易考', + label: '注册专区', value: 24, name: 'ezLearnReg', isShow: true, @@ -98,7 +98,7 @@ export default { isShow: true, }, { - label: '乐学易考', + label: '升级专区', value: 25, name: 'ezLearnUp', isShow: true, @@ -124,7 +124,7 @@ export default { isShow: true, }, { - label: '乐学易考', + label: '乐学甄选', value: 26, name: 'ezLearnRep', isShow: true, diff --git a/pages/specialArea/list.vue b/pages/specialArea/list.vue index bb9380e..9465b05 100644 --- a/pages/specialArea/list.vue +++ b/pages/specialArea/list.vue @@ -22,7 +22,6 @@ {{ item.label }} - @@ -153,6 +152,7 @@ }; }, onLoad(options) { + console.log('%c [ options ]-25', 'font-size:13px; background:#cb38d2; color:#ff7cff;', options) if (JSON.parse(options.children).length > 0) { let arr = []; if (options.childArea) {