From c67b8ddac56bd666a2cfe21304ae1552990564f2 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 20 May 2022 08:58:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E5=91=98=E5=B7=A5=E7=A7=AF=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../score/AppCreditPoints/AppCreditPoints.vue | 8 +- .../AppCreditPoints/components/workRank.vue | 267 ------------------ 2 files changed, 4 insertions(+), 271 deletions(-) delete mode 100644 src/mods/conv/score/AppCreditPoints/components/workRank.vue diff --git a/src/mods/conv/score/AppCreditPoints/AppCreditPoints.vue b/src/mods/conv/score/AppCreditPoints/AppCreditPoints.vue index 7838e26..f83db57 100644 --- a/src/mods/conv/score/AppCreditPoints/AppCreditPoints.vue +++ b/src/mods/conv/score/AppCreditPoints/AppCreditPoints.vue @@ -3,12 +3,12 @@
-
{{ item }}
+
{{ item }} +
-
@@ -16,14 +16,14 @@ import {mapState} from 'vuex' import userRank from './components/userRank.vue' import familyRank from './components/familyRank.vue' -import workRank from './components/workRank.vue' + export default { name: "AppCreditPoints", appName: "我的积分", computed: { ...mapState(['user', 'token']) }, - components: {userRank, familyRank, workRank}, + components: {userRank, familyRank}, data() { return { tabList: ['家庭积分', '个人积分'], diff --git a/src/mods/conv/score/AppCreditPoints/components/workRank.vue b/src/mods/conv/score/AppCreditPoints/components/workRank.vue deleted file mode 100644 index dbf37fc..0000000 --- a/src/mods/conv/score/AppCreditPoints/components/workRank.vue +++ /dev/null @@ -1,267 +0,0 @@ - - -