You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
450 B
48 lines
450 B
<template> |
|
|
|
</template> |
|
|
|
<script> |
|
import {imghost} from "@/config/host"; |
|
import {UserCache} from "@/config/config.js"; |
|
import log from "@/utils/log"; |
|
|
|
export default { |
|
components: { |
|
|
|
}, |
|
data() { |
|
return { |
|
|
|
} |
|
}, |
|
onLoad(option) { |
|
|
|
}, |
|
methods: { |
|
|
|
}, |
|
onReachBottom() { |
|
|
|
}, |
|
onPageScroll(res) { |
|
|
|
}, |
|
onShow(){ |
|
|
|
}, |
|
created() { |
|
|
|
}, |
|
mounted() { |
|
|
|
}, |
|
watch: { |
|
|
|
} |
|
} |
|
</script> |
|
|
|
<style lang="scss"> |
|
|
|
</style> |