|
|
@ -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() { |
|
|
@ -191,7 +191,7 @@ export default { |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
components: { Share,Android, registerDialog }, |
|
|
|
components: { Share, registerDialog }, |
|
|
|
computed: { |
|
|
|
disabledRecord() { |
|
|
|
return (item) => { |
|
|
|