|
|
@@ -64,7 +64,7 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 接待记录 --> |
|
|
|
<view class="tabactive1" v-if="activeTotal==0" style="min-height: 600rpx;"> |
|
|
|
<view class="tabactive1" v-if="activeTotal==0" style="min-height: 800rpx;"> |
|
|
|
<view v-if="Thevisitingrecords.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;"> |
|
|
|
<view style="width: 100%;padding-top: 60rpx;"> |
|
|
|
<view style="width: 100%;text-align: center;"> |
|
|
@@ -105,7 +105,7 @@ |
|
|
|
|
|
|
|
<!-- 跟进记录 --> |
|
|
|
<view class="tabactive2" v-if="activeTotal==1" style="min-height: 600rpx;"> |
|
|
|
<view v-if="fllowList.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;"> |
|
|
|
<view v-if="fllowList.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;background-color: #FFFFFF;"> |
|
|
|
<view style="width: 100%;padding-top: 60rpx;"> |
|
|
|
<view style="width: 100%;text-align: center;"> |
|
|
|
<image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image> |
|
|
|