|
|
@ -64,7 +64,7 @@ import { addActivityRecord, detail, communityActivityApplicationRecordDelete } f |
|
|
|
import Share from "@/components/Share" |
|
|
|
import registerDialog from '@/components/registerDialog'; |
|
|
|
import { setConfig } from '@/utils/jweixin' |
|
|
|
import Android from '@/components/Android' |
|
|
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
data() { |
|
|
@ -189,7 +189,7 @@ export default { |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
components: { Share,Android, registerDialog }, |
|
|
|
components: { Share, registerDialog }, |
|
|
|
computed: {}, |
|
|
|
watch: {}, |
|
|
|
} |
|
|
|