26689
This commit is contained in:
@@ -115,7 +115,7 @@ export default {
|
||||
this.getUserList()
|
||||
},
|
||||
onShow() {
|
||||
document.title = '健康监测'
|
||||
document.title = '健康上报'
|
||||
},
|
||||
methods: {
|
||||
getList() {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="top">
|
||||
<div class="templates">
|
||||
<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="rightContLeft">
|
||||
@@ -90,7 +90,7 @@ export default {
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
document.title = '健康监测'
|
||||
document.title = '健康上报'
|
||||
},
|
||||
methods: {
|
||||
getUser() {
|
||||
|
||||
@@ -152,7 +152,7 @@ export default {
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
document.title = '健康监测'
|
||||
document.title = '健康上报'
|
||||
},
|
||||
methods: {
|
||||
getUser() {
|
||||
|
||||
Reference in New Issue
Block a user