From 6ed29939cb968e745a4037877ec12d7d0011edfd Mon Sep 17 00:00:00 2001 From: XingQue Date: Wed, 1 Jul 2026 17:40:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8E=92=E8=A1=8C=E6=A6=9C=E5=A5=96?= =?UTF-8?q?=E5=8A=B1=E5=90=8E=E5=8F=B0=E9=85=8D=E7=BD=AE=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 小程序配置下新增排行榜奖励菜单与 RankReward 页面 Co-authored-by: Cursor --- src/router/index.js | 5 + src/views/Layout.vue | 1 + src/views/miniapp/RankReward.vue | 259 +++++++++++++++++++++++++++++++ 3 files changed, 265 insertions(+) create mode 100644 src/views/miniapp/RankReward.vue diff --git a/src/router/index.js b/src/router/index.js index 90c5eda..5e516eb 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -275,6 +275,11 @@ const routes = [ component: () => import('@/views/miniapp/DashouExam.vue'), meta: { title: '打手接单考试' } }, + { + path: 'miniapp/rank-reward', + component: () => import('@/views/miniapp/RankReward.vue'), + meta: { title: '排行榜奖励' } + }, // ========== 店铺管理(原有) ========== { path: 'shop/list', diff --git a/src/views/Layout.vue b/src/views/Layout.vue index dd602a3..f9244db 100644 --- a/src/views/Layout.vue +++ b/src/views/Layout.vue @@ -144,6 +144,7 @@ 抢单商品类型 抢单考核标签 打手接单考试 + 排行榜奖励 提现与收款设置 diff --git a/src/views/miniapp/RankReward.vue b/src/views/miniapp/RankReward.vue new file mode 100644 index 0000000..329cb0e --- /dev/null +++ b/src/views/miniapp/RankReward.vue @@ -0,0 +1,259 @@ + + + + +