feat: 商品详情的位置背景
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user