feat: 商品详情的调整

This commit is contained in:
2025-09-06 16:24:44 +08:00
parent 7973743644
commit f6821ade2d
6 changed files with 136 additions and 32 deletions

View File

@@ -21,7 +21,7 @@
<!-- 地址区域 -->
<view class="address-section">
<LocationInfo :orderData="goodsData" />
<LocationCard :orderData="goodsData" />
</view>
<!-- 设施信息区域 -->
@@ -41,7 +41,7 @@
<script setup>
import { computed, defineProps, defineEmits } from "vue";
import LocationInfo from "@/components/LocationInfo/index.vue";
import LocationCard from "@/components/LocationCard/index.vue";
// 事件定义
const emits = defineEmits(["showCalendar"]);
@@ -77,4 +77,4 @@ const isShowCalendar = computed(() => {
<style scoped lang="scss">
@import "./styles/index.scss";
</style>
</style>