Quellcode durchsuchen

回收成功页面调整,列表为空时调整

DELL vor 3 Jahren
Ursprung
Commit
2261a06c81

+ 1 - 1
packageGoods/order/index.vue

@@ -48,7 +48,7 @@
 				</view>
 			</view>
 			<view class="flex empty" v-if="!list.length && !loading">
-				<u-empty text="订单为空" mode="order" />
+				<u-empty text="还没有订单" mode="order" />
 			</view>
 		</view>
 	</view>

+ 13 - 4
packageGoods/recovery/detail.vue

@@ -2,7 +2,8 @@
 	<view>
 		<view class="item">
 			<view class="item-one">兑换成功</view>
-			<view class="item-two">商品已成功兑换,当前盲豆余额:{{coinNum}}</view>
+			<view class="item-two">已成功兑换商品,去商城看看吧</view>
+			<view class="item-twotwo">当前盲豆余额:{{coinNum}}</view>
 			<button class="item-three" @click="toCore()">去商城看看</button>
 			<button class="item-four" @click="toPrize()">进入仓库</button>
 		</view>
@@ -56,19 +57,27 @@
 		&-one {
 			margin-top: 450rpx;
 			color: #F9822C;
-			font-size: 40rpx;
+			font-size: 36rpx;
 			line-height: 60rpx;
+			font-weight: 600;
 		}
 
 		&-two {
-			margin-top: 32rpx;
+			margin-top: 20rpx;
 			color: #333;
 			font-size: 26rpx;
 			font-weight: 500;
 		}
+		
+		&-twotwo {
+			margin-top: 20rpx;
+			color: #999999;
+			font-size: 26rpx;
+			font-weight: 500;
+		}
 
 		&-three {
-			margin-top: 78rpx;
+			margin-top: 230rpx;
 			width: 540rpx;
 			height: 84rpx;
 			line-height: 78rpx;

+ 3 - 1
packagePrize/prize/index.vue

@@ -682,12 +682,14 @@
 	
 			&-img {
 				width: 228rpx;
-				height: 350rpx;
+				height: 320rpx;
 			}
 	
 			&-font {
 				font-size: 30rpx;
 				font-weight: 400;
+				color: #999999;
+				margin-bottom: 350rpx;
 			}
 		}
 	}

+ 4 - 2
pages/activity/index.vue

@@ -128,7 +128,7 @@
 							item.status = JSON.parse(item.status)
 						})
 						this.total = res.total
-						this.list = this.list.concat(res.rows)
+						// this.list = this.list.concat(res.rows)
 					}
 				}).catch(() => {
 					uni.hideLoading();
@@ -237,12 +237,14 @@
 
 			&-img {
 				width: 228rpx;
-				height: 350rpx;
+				height: 320rpx;
 			}
 
 			&-font {
 				font-size: 30rpx;
 				font-weight: 400;
+				color: #999999;
+				margin-bottom: 250rpx;
 			}
 		}
 	}