mall_client/zyhs_app_java/zyhs3_uniapp/pages/home/xiaoFeiQu.vue

23 lines
171 B
Vue
Raw Permalink Normal View History

2026-03-13 07:50:35 +00:00
<template>
<view>
消费区
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>