diff --git a/pages/record/index.vue b/pages/record/index.vue
index bbae083..bc31717 100644
--- a/pages/record/index.vue
+++ b/pages/record/index.vue
@@ -13,7 +13,7 @@
-
+
@@ -36,7 +36,7 @@
-
+
@@ -144,14 +144,14 @@
-
+
-
+
-
+
@@ -242,14 +242,14 @@
-
+
-
+
-
+
@@ -363,7 +363,8 @@ export default {
is_record: false, // - boolean - 当前是否完善信息 (创建档案)
notices: [], // -- array -- 公告
banner: {}, // -- object -- 轮播图
- user: {}
+ user: {},
+ notifications_count:0,// 消息数量
};
},
onShow() {
@@ -401,6 +402,7 @@ export default {
this.notices = res.notices;
this.banner = res.banner;
this.user = res.user;
+ this.notifications_count = res.notifications_count;
});
},
/**
@@ -449,7 +451,7 @@ export default {
flex-direction: row;
position: relative;
.downIcon {
- margin: 0 0 0 $margin * 0.4;
+ // margin: 0 0 0 $margin * 0.4;
}
.nickname{
background-color: rgba($color: #fa8168, $alpha:1 );