This commit is contained in:
杨鹏
2025-09-09 22:07:09 +08:00
parent 4e5d687c18
commit 1a1bbec15c
9 changed files with 404 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
<template>
<s-layout title="试衣间" tabbar="/pages/index/room" navbar="custom" :bgStyle="{ color: '#fff' }">
试衣间
</s-layout>
</template>
<script setup></script>
<style lang="scss" scoped></style>