Files
meida_applet/pages/index/room.vue
T
2025-09-09 22:07:09 +08:00

10 lines
224 B
Vue

<template>
<s-layout title="试衣间" tabbar="/pages/index/room" navbar="custom" :bgStyle="{ color: '#fff' }">
试衣间
</s-layout>
</template>
<script setup></script>
<style lang="scss" scoped></style>