feat: 商品详情的位置背景

This commit is contained in:
2025-09-08 20:10:14 +08:00
parent 708c0f55d3
commit 89e396fe78
4 changed files with 33 additions and 9 deletions

View File

@@ -1,7 +1,16 @@
<template>
<view class="store-address" @click="openMap">
<text class="location-label">位于 [{{ orderData.commodityAddress }}]</text>
<text class="address-text">{{ orderData.commodityAddress }}</text>
<view class="text-container">
<text class="location-label"
>位于 [{{ orderData.commodityAddress }}]</text
>
<text class="address-text">{{ orderData.commodityAddress }}</text>
</view>
<image
class="loc-icon"
src="./images/loc_icon_img.png"
mode="aspectFit"
></image>
</view>
</template>