青蛙卖大米小程序2024-11-24
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.
 
 
 

28 lines
313 B

<template>
<view class="page">
<navbar title="会员"/>
<tabber select="member"/>
</view>
</template>
<script>
import tabber from '@/components/base/tabbar.vue'
export default {
components: {
tabber,
},
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>