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

23 lines
171 B
Vue

<template>
<view>
爆单区
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>