|
@ -45,7 +45,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import { setConfig } from '@/utils/jweixin' |
|
|
import { setConfig } from '@/utils/jweixin' |
|
|
import {communityPublicityGiveLike,communityPublicityDetail } from '@/api/home'; |
|
|
import {communityPublicityGiveLike,icServiceGuide } from '@/api/home'; |
|
|
import Share from "@/components/Share" |
|
|
import Share from "@/components/Share" |
|
|
export default { |
|
|
export default { |
|
|
data() { |
|
|
data() { |
|
@ -68,7 +68,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
async communityPublicityDetail(){ |
|
|
async communityPublicityDetail(){ |
|
|
let res = await communityPublicityDetail(this.detailId) |
|
|
let res = await icServiceGuide(this.detailId) |
|
|
if(res.code === 0){ |
|
|
if(res.code === 0){ |
|
|
this.info = res.data |
|
|
this.info = res.data |
|
|
} |
|
|
} |
|
|