lihaiCenter/pages/my/my.vue

24 lines
270 B
Vue
Raw Normal View History

2023-10-08 14:17:20 +08:00
<template>
<view class=""></view>
</template>
<script>
export default {
data() {
return {
}
},
onLoad() {},
onShow() {},
methods: {},
onPullDownRefresh() {
uni.stopPullDownRefresh()
}
}
</script>
<style lang="scss">
</style>