From 7bd2299fafb7ea93ded2d249f5a013ea82139456 Mon Sep 17 00:00:00 2001
From: hzj <1304805162@qq.com>
Date: Mon, 19 Jan 2026 18:38:05 +0800
Subject: [PATCH] =?UTF-8?q?feat(cp=E6=A6=9C=E5=8D=95=E9=A1=B5):=20?=
=?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=8E=A5=E5=8F=A3=E6=95=B0=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/stores/couple.js | 7 +
.../Ranking/Couple/GamePlay/Gameplay.vue | 74 ++-
src/views/Ranking/Couple/Ranking.vue | 222 ++++++-
.../Ranking/Couple/components/topUser.vue | 571 +++++++++++-------
src/views/Ranking/Couple/index.vue | 349 ++++++++++-
5 files changed, 956 insertions(+), 267 deletions(-)
diff --git a/src/stores/couple.js b/src/stores/couple.js
index 2d660b2..ef51a8e 100644
--- a/src/stores/couple.js
+++ b/src/stores/couple.js
@@ -2,6 +2,13 @@ import { defineStore } from 'pinia'
export const useCoupleStore = defineStore('couple', {
state: () => ({
+ helpShow: false, //帮助展示
+
+ topRewardShow: false, // 前三名奖励展示
+ topReward: {}, //前三名奖励项
+
+ myRanking: {}, // 我的排名
+
TipsShow: false, // 金币不足提示
needCheckInTipsShow: false, // 需要补签提示
signInSuccessShow: false, // 签到成功提示
diff --git a/src/views/Ranking/Couple/GamePlay/Gameplay.vue b/src/views/Ranking/Couple/GamePlay/Gameplay.vue
index 679dcfb..cc368c6 100644
--- a/src/views/Ranking/Couple/GamePlay/Gameplay.vue
+++ b/src/views/Ranking/Couple/GamePlay/Gameplay.vue
@@ -12,27 +12,59 @@
gap: 2vw;
"
>
-
-
-
+
+