|
@@ -79,12 +79,10 @@
|
|
<view class="flex flex-space-between border">
|
|
<view class="flex flex-space-between border">
|
|
<view class="flex s-row item1">
|
|
<view class="flex s-row item1">
|
|
<view class="fontsize-46 fontweight-500 text">{{dataObj.sendCity}}</view>
|
|
<view class="fontsize-46 fontweight-500 text">{{dataObj.sendCity}}</view>
|
|
-
|
|
|
|
<view class="fontsize-28 gray">发货地</view>
|
|
<view class="fontsize-28 gray">发货地</view>
|
|
</view>
|
|
</view>
|
|
<image class="change-btn" src="@/static/images/common/jt.png" mode='widthFix'></image>
|
|
<image class="change-btn" src="@/static/images/common/jt.png" mode='widthFix'></image>
|
|
<view class="flex s-row item2">
|
|
<view class="flex s-row item2">
|
|
-
|
|
|
|
<view class="fontsize-46 fontweight-500 text" @click="">{{dataObj.unloadCity}}</view>
|
|
<view class="fontsize-46 fontweight-500 text" @click="">{{dataObj.unloadCity}}</view>
|
|
<view class="fontsize-28 gray text-align-right">卸货地</view>
|
|
<view class="fontsize-28 gray text-align-right">卸货地</view>
|
|
</view>
|
|
</view>
|