27547
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="infoDetail">
|
||||
<div class="infoDetail" v-if="showPage">
|
||||
<div class="avatar-info">
|
||||
<div class="avatar-img">
|
||||
<img :src="data.avatarUrl" alt="" v-if="data.avatarUrl">
|
||||
@@ -65,7 +65,8 @@ export default {
|
||||
status: 0,
|
||||
id: '',
|
||||
data: {},
|
||||
flag: 0
|
||||
flag: 0,
|
||||
showPage: false,
|
||||
}
|
||||
},
|
||||
onLoad(o) {
|
||||
@@ -85,6 +86,7 @@ export default {
|
||||
this.$http.post(`/app/appvillagercircleinfo/queryDetailById?id=${this.id}`).then(res => {
|
||||
if(res.code==0){
|
||||
this.data = res.data
|
||||
this.showPage = true
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user