Browse Source

增加默认图

tanxue 1 month ago
parent
commit
44f583a8a5
2 changed files with 5 additions and 1 deletions
  1. 1 0
      common/styles/global/pages.scss
  2. 4 1
      pages/chanpinXuanze/banben.vue

+ 1 - 0
common/styles/global/pages.scss

@@ -1873,6 +1873,7 @@
 	width: 100%;height: 100vh;display: flex;flex-direction: column;
 	.xbb-list-box{
 		background-color: #fff;flex: 1;overflow-y: auto;padding-bottom: 120rpx;
+		display: flex;flex-direction: column;
 		.xbb-item-box{
 			width: 731rpx;height:273rpx;@include ezy-no-repeat-cover;
 			background-image: url("@/static/images/xuanke/xbb-item-bj.png");

+ 4 - 1
pages/chanpinXuanze/banben.vue

@@ -20,7 +20,10 @@
 				</view>
 			</template>
 			<template v-else>
-				<!-- 无数据 -->
+				<view class="ezy-no-sj">
+					<icon></icon>
+					<text>暂无数据</text>
+				</view>
 			</template>
 		</view>
 		<CustomTabBar :currentTabNumber="0"></CustomTabBar>