订单详情 技师头像
This commit is contained in:
parent
11f854d0cd
commit
614679d6c7
|
@ -89,7 +89,7 @@
|
|||
</view>
|
||||
<view class="margin-top-xl pay-ding">
|
||||
<view class="flex align-center pay-ding-top">
|
||||
<image :src="order.artificer.lifePhoto" class="d-touxiang"></image>
|
||||
<image :src="order.artificer.artificerImg" class="d-touxiang"></image>
|
||||
<view class="margin-left-sm" style="width: 90%;">
|
||||
<view class="flex align-center" style="width: 100%;justify-content: space-between;">
|
||||
<view class="d-title"><span>{{order.artificer.artificerName}}</span></view>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
|
||||
<view class="margin-top-xl pay-ding">
|
||||
<view class="flex align-center pay-ding-top">
|
||||
<image :src="order.artificer.lifePhoto" class="d-touxiang"></image>
|
||||
<image :src="order.artificer.artificerImg" class="d-touxiang"></image>
|
||||
<view class="margin-left-sm" style="width: 90%;">
|
||||
<view class="flex align-center" style="width: 100%;justify-content: space-between;">
|
||||
<view class="d-title">{{order.artificer.artificerName}}</view>
|
||||
|
|
Loading…
Reference in New Issue