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