|
|
|
|
@ -67,9 +67,10 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view style="padding-bottom:25rpx">
|
|
|
|
|
<view class="orderBoxInfoRow flex-row" v-if="info.type==1" style="margin-top: 25rpx;">
|
|
|
|
|
<view class="orderBoxInfoRow flex-row" style="margin-top: 25rpx;">
|
|
|
|
|
<!-- <text class="iconfont icon-iconfontgerenzhongxin"></text> -->
|
|
|
|
|
<text class="orderBoxInfoRowTxt">领队人:{{info.leader||""}}丨 {{info.mobile||""}}</text>
|
|
|
|
|
<text v-if="info.type==1" class="orderBoxInfoRowTxt">领队人:{{info.leader||""}}丨 {{info.mobile||""}}</text>
|
|
|
|
|
<text v-if="info.type==2" class="orderBoxInfoRowTxt">联系方式:{{info.mobile||""}}</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="orderBoxInfoRow flex-row" v-if="info.type==1" style="margin-top: 20rpx;">
|
|
|
|
|
<!-- <text class="iconfont icon-danwei"></text> -->
|
|
|
|
|
|