<template>
<view>
售后
</view>
</template>
<script>
export default {
data() {
return {
activeIndex: 0,
}
},
</script>