10 lines
224 B
Vue
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>
|