feat: 退款退货

This commit is contained in:
2025-08-27 20:29:20 +08:00
parent 18547acdd9
commit b76360992e
4 changed files with 134 additions and 24 deletions
@@ -0,0 +1,15 @@
<template>
<view>
售后
</view>
</template>
<script>
export default {
data() {
return {
activeIndex: 0,
}
},
}
</script>