HHSLinkSLink/HSLink-app/pages/tabbar/my/mass-hair/mass-hair.vue

23 lines
162 B
Vue
Raw Normal View History

2020-12-19 12:13:27 +08:00
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>