|
|
|
|
@ -379,10 +379,10 @@
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class="g_flex_column_center flex_center g_mr_12" @click="getServiceInfo({ type: 'tel' })"> <i class="iconfont icon-phone g_c_main"></i><view class="g_fs_12 g_c_6 g_mt_4">电话客服</view> </view> -->
|
|
|
|
|
<view class="g_flex_1 g_mr_12" v-if="orderDetail.downAgencyId && orderDetail.downAgencyId != agencyId">
|
|
|
|
|
<g-button @clickBtn="getServiceInfo({ type: 'im', info: 'up' })" size="auto" btnText="下游客服" type="primary"></g-button>
|
|
|
|
|
<g-button @clickBtn="getServiceInfo({ type: 'im', info: 'down' })" size="auto" btnText="下游客服" type="primary"></g-button>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_flex_1" v-if="orderDetail.upAgencyId && orderDetail.upAgencyId != agencyId">
|
|
|
|
|
<g-button @clickBtn="getServiceInfo({ type: 'im', info: 'down' })" size="auto" btnText="上游客服" type="primary"></g-button>
|
|
|
|
|
<g-button @clickBtn="getServiceInfo({ type: 'im', info: 'up' })" size="auto" btnText="上游客服" type="primary"></g-button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</slot>
|
|
|
|
|
|