This commit is contained in:
parent
cbbcb0c5a3
commit
4eedf350fa
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue