{{timeZone}} {{topTime}}
{{topDate}}
@@ -45,7 +48,7 @@ export default {
}
}
},
- mounted() {
+ created() {
this.getUserMsg()
this.getTime()
},
@@ -73,7 +76,10 @@ export default {
this.$store.dispatch('LogOut').then(() => {
location.href = getPath('/');
})
- }).catch(() => {});
+ }).catch(() => {})
+ },
+ toHome() {
+ this.$router.push({ path: "/" })
}
}
}
@@ -83,13 +89,16 @@ export default {
float: right;
height: 100%;
font-size: 14px;
- // color: #fff;
- // padding-top: 15px;
- // padding-right: 38px;
.time-msg {
display: inline-block;
margin-right: 30px;
}
+ .home-icon {
+ display: inline-block;
+ margin-right: 30px;
+ vertical-align: top;
+ padding-top: 7px;
+ }
.base-msg {
display: inline-block;
.avatar {
diff --git a/src/views/choicePart/index.vue b/src/views/choicePart/index.vue
index 5ee61349..f77cef0d 100644
--- a/src/views/choicePart/index.vue
+++ b/src/views/choicePart/index.vue
@@ -2,7 +2,7 @@
-
+
@@ -244,7 +256,7 @@ export default {
align-items: center;
}
.choicepart-box {
- // border: 1px solid red;
+ // transition: all 0.3s linear;
.choicepart-line1 {
width: 100%;
margin-bottom: 80px;