ct-mattress/pages/my.vue
2024-08-28 11:04:46 +08:00

31 lines
274 B
Vue

<template>
<view class="page">
333
</view>
</template>
<script>
export default {
data() {
return {
bgc: {
backgroundColor: "#4C97E7",
},
}
},
methods: {
}
}
</script>
<style lang="scss">
page {
background-color: #fff;
}
</style>