团购详情页构建

This commit is contained in:
duan
2024-05-10 10:50:34 +08:00
parent 5e78e9b69f
commit 7dc98c0cc7
10 changed files with 208 additions and 47 deletions

View File

@@ -0,0 +1,22 @@
<template>
<view>
5
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>