Commit 0aaf5f49 authored by zhengke's avatar zhengke

修改

parent 63c7b1b3
......@@ -185,7 +185,7 @@
<view class="order_GName">
<view class="order_small">匹配导游</view>
<view style="display: flex;align-items: center;">
<u-avatar mode="circle" :src="dataList.DetailList[0].GuidePhoto" size="60"></u-avatar>
<u-avatar mode="circle" style="margin-top:8px;" :src="dataList.DetailList[0].GuidePhoto" size="60"></u-avatar>
<text class="order_big" style="margin-left:5px;">{{dataList.DetailList[0].GuideName}}</text>
</view>
</view>
......
......@@ -132,7 +132,7 @@
</view>
<view class="order_guidIndfo">
<view>匹配导游:{{item.GuideName}}·<text style="font-weight: normal;">{{item.GuideTelephone}}</text></view>
<view>
<view style="margin-top:6px;">
<u-avatar mode="circle" size="60" :src="item.GuidePhoto"></u-avatar>
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment