This commit is contained in:
yanran200730
2022-01-25 18:58:49 +08:00
parent 769fa6b534
commit 18ad905525

View File

@@ -152,7 +152,7 @@
y: '50%',
offsetX: 0,
offsetY: 0,
defaultUrl: require('../assets/grid/avatar.png')
defaultUrl: 'https://cdn.cunwuyun.cn/dvcp/dv/avatar.png'
}
},
@@ -235,8 +235,8 @@
if (res.code == 0) {
this.userInfo = Object.keys(res.data).map(v => {
return {
name: v,
v1: res.data[v]
'name': v,
'人数': res.data[v]
}
})
}
@@ -246,7 +246,7 @@
if (res.code == 0) {
this.eventInfo = Object.keys(res.data).map(v => {
return {
name: v,
'事件类型': v,
v1: res.data[v]
}
})