26689
This commit is contained in:
@@ -115,7 +115,7 @@ export default {
|
|||||||
this.getUserList()
|
this.getUserList()
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = '健康监测'
|
document.title = '健康上报'
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getList() {
|
getList() {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<div class="top">
|
<div class="top">
|
||||||
<div class="templates">
|
<div class="templates">
|
||||||
<img :src="userList.avatar" alt="" v-if="userList.avatar" />
|
<img :src="userList.avatar" alt="" v-if="userList.avatar" />
|
||||||
<img src="./components/img/user-img.png" alt="" />
|
<img src="./components/img/user-img.png" alt="" v-else />
|
||||||
|
|
||||||
<div class="rightCont">
|
<div class="rightCont">
|
||||||
<div class="rightContLeft">
|
<div class="rightContLeft">
|
||||||
@@ -90,7 +90,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = '健康监测'
|
document.title = '健康上报'
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getUser() {
|
getUser() {
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = '健康监测'
|
document.title = '健康上报'
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getUser() {
|
getUser() {
|
||||||
|
|||||||
Reference in New Issue
Block a user