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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
![]()
+
{{ formatName(list[1].name) }}
+
{{ list[1].name }}
+
{{ list[1].integral }}
+
+
+

+
![]()
+
{{ formatName(list[0].name) }}
+
{{ list[0].name }}
+
{{ list[0].integral }}
+
+
+

+
![]()
+
{{ formatName(list[2].name) }}
+
{{ list[2].name }}
+
{{ list[2].integral }}
+
+
+
+
+
{{ index+1 }}
+
![]()
+
{{ formatName(item.name) }}
+
{{ item.name }}
+
{{ item.integral }}
+
+
+
+
+
+
+
+
+
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.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 {