lihaiCenter/pages/user/user.vue

24 lines
270 B
Vue
Raw Normal View History

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