|
@@ -99,7 +99,11 @@
|
|
|
<!-- 上拉 加载更多 -->
|
|
|
<view class="noMore" v-if="noMoreShow && (queryShopList.length!=0)">没有更多数据</view>
|
|
|
<!-- 无数据空白页 -->
|
|
|
- <nodata v-if="queryShopList.length==0&&loading"></nodata>
|
|
|
+ <!-- <nodata v-if="queryShopList.length==0&&loading"></nodata> -->
|
|
|
+ <view class="nodataBox" v-if="queryShopList.length==0&&loading">
|
|
|
+ <image src="http://dmsphoto.66km.com.cn/thFiles/3C95A4C5-73F8-4B34-902B-703B8A0825C9.png" mode="widthFix" class="nodataImg"></image>
|
|
|
+ <view class="noTxt">暂无数据</view>
|
|
|
+ </view>
|
|
|
<uni-popup ref="popup" type="right" :mask-click="true">
|
|
|
<view class="popup-content">
|
|
|
<scroll-view class="brandList" scroll-y="true">
|