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

23 lines
171 B
Vue
Raw Normal View History

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