소스 검색

门店列表bug

twt 1 개월 전
부모
커밋
0bff724b1c
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      pages/index/shopList.vue

+ 5 - 1
pages/index/shopList.vue

@@ -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">