|
|
|
@ -28,7 +28,7 @@ |
|
|
|
查看详情 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="card" style="margin-top: 0;"> |
|
|
|
<view class="card" style="margin-top: 0;" v-if="order_details.pick_self == 0"> |
|
|
|
<view class="lf-font-28"> |
|
|
|
<text class="lf-color-222 lf-font-bold">{{order_details.accept_name}}</text> |
|
|
|
<text class="lf-color-777 lf-m-l-20">{{order_details.mobile}}</text> |
|
|
|
@ -37,6 +37,15 @@ |
|
|
|
<text>{{order_details.address_name}}{{order_details.address}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="card" style="margin-top: 0;" v-else> |
|
|
|
<view class="lf-font-28"> |
|
|
|
<text class="lf-color-222 lf-font-bold">{{order_details.brand.name}}</text> |
|
|
|
<text class="lf-color-777 lf-m-l-20">{{order_details.brand.tel}}</text> |
|
|
|
</view> |
|
|
|
<view class="lf-font-28 lf-color-333 lf-m-t-20"> |
|
|
|
<text>{{order_details.brand.floor}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="card goods"> |
|
|
|
<view> |
|
|
|
<text class="lf-iconfont icon-Group- lf-font-30"></text> |
|
|
|
|