梁航:更新悬浮选项组件及子页面

This commit is contained in:
hot777zz
2023-11-03 16:58:22 +08:00
parent 849ea07b08
commit 73f4bdf1e2
12 changed files with 279 additions and 6 deletions

View File

@@ -0,0 +1,22 @@
<template>
<view>
发布店铺地址
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>