|
@@ -1,6 +1,6 @@
|
|
|
<!-- 货源 -->
|
|
|
<template>
|
|
|
- <view :class="{popupShow:isShowAlert}" class="content">
|
|
|
+ <view class="content">
|
|
|
<view class="banner">
|
|
|
<view class="head flex">
|
|
|
<view class="text flex" @click="goCity(0)">{{startPlace.sendCity}} {{startPlace.sendArea!='全部'?startPlace.sendArea:''}}
|
|
@@ -76,8 +76,8 @@
|
|
|
<view class="name">{{good.freightStationName}}·{{good.contacts}}</view>
|
|
|
</view>
|
|
|
<view class="right">
|
|
|
- <view @click.native.stop="toCaLL(good)" class="qd" v-if='hasLogin'><u-icon name="phone-fill"
|
|
|
- color="#F5BA3C"></u-icon>去电</view>
|
|
|
+ <view @click.stop="toCaLL(good)" class="qd" ><u-icon name="phone-fill"
|
|
|
+ size="20" style="margin-top: 2rpx;" color="#F5BA3C"></u-icon>去电</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -596,7 +596,7 @@
|
|
|
|
|
|
.head {
|
|
|
background: #F5BA3C;
|
|
|
- padding: 20rpx;
|
|
|
+ padding: 100rpx 20rpx 20rpx 10rpx;
|
|
|
box-sizing: border-box;
|
|
|
display: flex;
|
|
|
|