订单详情 技师头像

This commit is contained in:
Mr.jiang 2024-08-22 17:17:48 +08:00
parent 11f854d0cd
commit 614679d6c7
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>