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

This commit is contained in:
linxi
2024-11-14 17:58:52 +08:00
parent e726a51922
commit c18ec66653
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>