<!-- <view a:if="{{type === 1}}" class="tip-area"> <van-loading size="26rpx" text-size="26rpx" color="#c9c9c9">加载中...</van-loading> </view> <view a:if="{{type === 2}}" class="tip-area"> <text>~下拉加载更多~</text> </view> --> <view a:if="{{total === 0}}" class="tip-area"> <text>~暂无更多~</text> </view>