This commit is contained in:
BAKEYi 2026-03-31 18:07:22 +08:00
parent cbbcb0c5a3
commit 4eedf350fa
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,8 @@
<view class="syr-card-footer-left flex-row-center">
<image class="syr-card-footer-left-img" :src="orderInfo.order_shopheadphoto_other"></image>
<view class="syr-card-footer-left-text">
{{ `${orderInfo.order_shop_other} ${orderInfo.order_shopphone_other}` }}</view>
{{ `${orderInfo.order_shop_other} ${orderInfo.order_shopphone_other}` }}
</view>
</view>
<image class="syr-card-footer-right" @click="contactService(orderInfo.order_shopphone_other)"
src="/static/images/icons/phone.png"></image>