fix(会员中心): 样式未定义触发异常

This commit is contained in:
2025-12-30 09:22:51 +08:00
parent 44dd7f30cf
commit 26f8537d24
2 changed files with 24 additions and 4 deletions

View File

@@ -1,4 +1,20 @@
<template>
<page-meta :page-style="themeColor"></page-meta>
<view/>
</template>
<view class="empty">
</view>
</template>
<script>
export default {
data() {
return {}
}
}
</script>
<style scoped>
.empty {
display: flex;
}
</style>