DELL пре 3 година
родитељ
комит
67236ae5d4
3 измењених фајлова са 35 додато и 4 уклоњено
  1. 1 1
      packageGoods/goods/list.vue
  2. 28 1
      packageOperate/address/index.vue
  3. 6 2
      packagePrize/bean/index.vue

+ 1 - 1
packageGoods/goods/list.vue

@@ -53,7 +53,7 @@
 		<view class="flex empty" v-if="!list.length">
 			<view class="center">
 				<image class="center-img" src="https://mp-public-1310078123.cos.ap-shanghai.myqcloud.com/v2/nodata_3.png" mode=""></image>
-				<view class="center-font">新的活动正在准备中...</view>
+				<view class="center-font">商品为空</view>
 			</view>
 			<!-- <u-empty text="暂无商品" mode="order" /> -->
 		</view>

+ 28 - 1
packageOperate/address/index.vue

@@ -34,7 +34,14 @@
 				</view>
 			</view>
 		</view>
-		<u-empty text="亲,暂无收货地址" marginTop="100" mode="data" v-if="!list.length" />
+		<view class="flex empty" v-if="!list.length && !loading">
+			<view class="center">
+				<image class="center-img" src="https://mp-public-1310078123.cos.ap-shanghai.myqcloud.com/v2/nodata_3.png" mode=""></image>
+				<view class="center-font">暂无收货地址</view>
+			</view>
+			<!-- <u-empty text="活动为空" mode="order" /> -->
+		
+		</view>
 		<!-- 底部操作按钮 -->
 		<view class="footer-fixed">
 			<view class="btn-wrapper">
@@ -273,4 +280,24 @@
 			border-radius: 44rpx;
 		}
 	}
+	
+	.empty {
+		height: 60vh;
+	
+		.center {
+			text-align: center;
+	
+			&-img {
+				width: 228rpx;
+				height: 320rpx;
+			}
+	
+			&-font {
+				font-size: 30rpx;
+				font-weight: 400;
+				color: #999999;
+				margin-bottom: 250rpx;
+			}
+		}
+	}
 </style>

+ 6 - 2
packagePrize/bean/index.vue

@@ -22,8 +22,12 @@
 					</view>
 				</view>
 			</view>
-			<view class="flex empty" v-if="!list.length">
-				<u-empty text="数据为空" mode="order" />
+			<view class="flex empty" v-if="!list.length && !loading">
+				<view class="center">
+					<image class="center-img" src="https://mp-public-1310078123.cos.ap-shanghai.myqcloud.com/v2/nodata_4.png" mode=""></image>
+					<view class="center-font">数据为空</view>
+				</view>
+			
 			</view>
 		</view>
 	</view>