新增页面

This commit is contained in:
2024-02-06 21:08:44 +08:00
parent 2610f4e6f1
commit 2df1a93e6b
7 changed files with 130 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<template>
<tabbar :titles='["全部","充值","消费"]' :item-active-color='"#D95554"' :indicator-color='"#D95554"'/>
</template>
<script lang='ts' setup>
</script>
<style lang='scss' scoped>
</style>