Files
frontend-app/pages/mine_package/mine_order/after-sales/index.vue
T

16 lines
149 B
Vue
Raw Normal View History

2025-08-27 20:29:20 +08:00
<template>
<view>
售后
</view>
</template>
<script>
export default {
data() {
return {
activeIndex: 0,
}
},
}
</script>