Commit 00aa2ebb authored by lvtz's avatar lvtz

fix

parent 4733d310
......@@ -40,7 +40,7 @@
</view>
<view class="empty-content" wx:if="{{!hasData }}">
<image class="emptyimg" src="{{imageRoot}}2b/potentialcustomer/emptyimg.png?{{imageVersion}}"></image>
<text class="empty-text" >暂无潜在客户</text>
<text class="empty-text" >暂无学员线索</text>
<button class="submitbtn" wx:if="{{addInfo.status == 1}}" bindtap="goCircleIndex">分享班级,马上拓客</button>
</view>
<go-top wx:if="{{backTopValue}}"></go-top>
......
......@@ -38,8 +38,15 @@
</view>
</view>
<list-loading loading="{{listLoading}}"></list-loading>
<view class="empty-content" wx:if="{{!hasmore}}">
<!-- <view class="empty-content" wx:if="{{!hasmore}}">
<view class="empty-text" hover-class="none" hover-stop-propagation="false">没有更多数据啦~</view>
</view> -->
<view class="tech-support clearfix" hover-class="none" hover-stop-propagation="false" wx:if="{{!hasmore}}">
<view class="short-line short-line-left" hover-class="none" hover-stop-propagation="false"></view>
<view class="tech-text" hover-class="none" hover-stop-propagation="false">
<text class="company-name" selectable="false" space="false" decode="false">我可是有底线的</text>
</view>
<view class="short-line short-line-right" hover-class="none" hover-stop-propagation="false"></view>
</view>
</view>
<view class="empty-content" hover-class="none" hover-stop-propagation="false" wx:if="{{emptyPage}}">
......
......@@ -2,6 +2,7 @@
page{
}
.container{
padding-bottom: 70rpx;
}
.nocomment-listbox {
margin-top: 24rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment