16 lines
149 B
Vue
16 lines
149 B
Vue
<template>
|
|
<view>
|
|
售后
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
activeIndex: 0,
|
|
}
|
|
},
|
|
}
|
|
</script>
|