From 31060f34f4ac451a71769ebb4d690ed4598b8ace Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 12 Jul 2023 14:12:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B0=E9=83=BD=E7=A7=AF=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fengdu/AppMine/AppMine.vue | 22 +- src/project/fengdu/AppMine/integralRank.vue | 469 ++++++++++++++++++ src/project/fengdu/AppMine/myIntegral.vue | 18 +- .../fengdu/AppMine/transferIntrgral.vue | 54 +- 4 files changed, 545 insertions(+), 18 deletions(-) create mode 100644 src/project/fengdu/AppMine/integralRank.vue diff --git a/src/project/fengdu/AppMine/AppMine.vue b/src/project/fengdu/AppMine/AppMine.vue index 362c21c..01193b6 100644 --- a/src/project/fengdu/AppMine/AppMine.vue +++ b/src/project/fengdu/AppMine/AppMine.vue @@ -44,12 +44,12 @@ {{ item.label }} - +
@@ -96,18 +96,12 @@ export default { path: "./myIntegral", type: 'token' }, - // { - // icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiating.png", - // label: "我的家庭", - // path: "./myFamily", - // type: 'token' - // }, - // { - // icon: "https://cdn.cunwuyun.cn/wxmp/mine/saoyisao.png", - // label: "扫一扫", - // path: "scan", - // type: 'token' - // }, + { + icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiating.png", + label: "我的家庭", + path: "./myFamily", + type: 'token' + }, ], // [ // { diff --git a/src/project/fengdu/AppMine/integralRank.vue b/src/project/fengdu/AppMine/integralRank.vue new file mode 100644 index 0000000..31ad102 --- /dev/null +++ b/src/project/fengdu/AppMine/integralRank.vue @@ -0,0 +1,469 @@ + + + diff --git a/src/project/fengdu/AppMine/myIntegral.vue b/src/project/fengdu/AppMine/myIntegral.vue index f5e1d8b..dc76de5 100644 --- a/src/project/fengdu/AppMine/myIntegral.vue +++ b/src/project/fengdu/AppMine/myIntegral.vue @@ -6,9 +6,13 @@

{{info.integral || '0'}}

积分余额

+
+

{{info.integral || '0'}}

+

家庭积分

+
-
+
{{ info.serialNo || '0'}}
积分排行
@@ -73,6 +77,9 @@ export default { } }) }, + toRank() { + uni.navigateTo({url: `./integralRank`}) + } }, onReachBottom() { this.current++ @@ -99,6 +106,7 @@ export default { width: 100%; height: 213px; z-index: 99; + position: relative; .total { width: 50%; padding-top: 48px; @@ -114,6 +122,14 @@ export default { color: #999999; } } + .right-total { + position: absolute; + top: 0; + right: 0; + h1 { + color: #4083E9; + } + } } .bottom { display: flex; diff --git a/src/project/fengdu/AppMine/transferIntrgral.vue b/src/project/fengdu/AppMine/transferIntrgral.vue index 5115a6d..2aa6657 100644 --- a/src/project/fengdu/AppMine/transferIntrgral.vue +++ b/src/project/fengdu/AppMine/transferIntrgral.vue @@ -4,9 +4,9 @@

积分收入方

代玲昌

- +

剩余积分余额:567

-
确认转出
+
确认转出
@@ -43,10 +43,10 @@ export default {