|
|
|
@ -413,6 +413,7 @@ export default { |
|
|
|
|
ename: data[i].title, |
|
|
|
|
eventdate: data[i].jointime, |
|
|
|
|
eaddress: data[i].address, |
|
|
|
|
isrecommend:data[i].isrecommend, |
|
|
|
|
ephone: data[i][this.$param.hoteventPhoneKey], |
|
|
|
|
etype: data[i][this.$param.hoteventTypeKey].dicname, |
|
|
|
|
distance: this.$util.formatDistance(data[i].distance) |
|
|
|
@ -475,6 +476,7 @@ export default { |
|
|
|
|
ename: res.data[i].title, |
|
|
|
|
eventdate: res.data[i].jointime, |
|
|
|
|
eaddress: res.data[i].address, |
|
|
|
|
isrecommend: res.data[i].isrecommend, |
|
|
|
|
ephone: res.data[i][this.$param.hoteventPhoneKey], |
|
|
|
|
etype: res.data[i][this.$param.hoteventTypeKey].dicname, |
|
|
|
|
distance: this.$util.formatDistance(res.data[i].distance) |
|
|
|
|