Files
bai_cha_hui/components/head-view.vue
2025-06-11 10:21:51 +08:00

21 lines
206 B
Vue

<template>
<view>
<view class="status_bar"></view>
<view class="top_view"></view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style>
</style>