Feat: 地标好物(页面&接口)

(cherry picked from commit c18ec66653)
This commit is contained in:
linxi
2024-11-15 10:40:13 +08:00
parent 6983ebeb21
commit b5c87c1edb
9 changed files with 961 additions and 129 deletions
+17
View File
@@ -0,0 +1,17 @@
<template>
<view class="service">
服务
</view>
</template>
<script>
export default {
props: {
landmarkDataId: null
}
}
</script>
<style>
</style>