فهرست منبع

兑换成功样式修改

hwb0 3 سال پیش
والد
کامیت
bd8989daba
1فایلهای تغییر یافته به همراه13 افزوده شده و 5 حذف شده
  1. 13 5
      packageGoods/recovery/detail.vue

+ 13 - 5
packageGoods/recovery/detail.vue

@@ -1,9 +1,9 @@
 <template>
 	<view class="container">
-		<u-navbar :placeholder="true" bgColor="#fff" leftIconSize="0" :autoBack="true" :border="true" title="兑换成功"></u-navbar>
 		<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>
@@ -42,8 +42,7 @@
 			},
 			toPrize() {
 				uni.navigateBack({
-					delta:2,
-					url: '/packagePrize/prize/index'
+					delta: 1
 				})
 			},
 		}
@@ -58,7 +57,7 @@
 		text-align: center;
 
 		&-one {
-			margin-top: 228rpx;
+			margin-top: 400rpx;
 			color: #F9822C;
 			font-size: 40rpx;
 			line-height: 40rpx;
@@ -71,6 +70,15 @@
 			font-size: 26rpx;
 			line-height: 26rpx;
 		}
+		
+		&-twotwo {
+			margin-top: 32rpx;
+			color: #999999;
+			font-size: 26rpx;
+			font-weight: 500;
+			line-height: 26rpx;
+		}
+
 
 		&-three {
 			margin-top: 80rpx;