|
|
@ -61,12 +61,12 @@ export default { |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
serviceDetail() { |
|
|
serviceDetail() { |
|
|
Member.serviceDetail({ |
|
|
// Member.serviceDetail({ |
|
|
id: this.query.id, |
|
|
// id: this.query.id, |
|
|
}).then((res) => { |
|
|
// }).then((res) => { |
|
|
console.log(res,1111) |
|
|
// console.log(res,1111) |
|
|
this.detail = res.data; |
|
|
// this.detail = res.data; |
|
|
}); |
|
|
// }); |
|
|
Member.contact({}).then((res)=>{ |
|
|
Member.contact({}).then((res)=>{ |
|
|
console.log(res); |
|
|
console.log(res); |
|
|
this.contacts = res.data; |
|
|
this.contacts = res.data; |
|
|
|