diff --git a/my/vip/index.vue b/my/vip/index.vue
index 68dfe4b..89ac7e5 100644
--- a/my/vip/index.vue
+++ b/my/vip/index.vue
@@ -84,7 +84,7 @@
@@ -684,7 +684,7 @@
width: 90%;
margin: 0 auto;
text-align: center;
- background: linear-gradient(to right, #223845, #00a85b);
+ background: linear-gradient(to right, #019c88, #2ebe93);
height: 80upx;
border-radius: 60rpx;
color: #ffffff;
diff --git a/my/wallet/index.vue b/my/wallet/index.vue
index ab2b903..0e4fc3a 100644
--- a/my/wallet/index.vue
+++ b/my/wallet/index.vue
@@ -29,15 +29,15 @@
- 充¥{{item.price}}
- 赠¥{{item.sumMoney}}
+ ¥{{item.price}}
+ 到账¥{{item.sumMoney}}
- 赠送
+ 实得
{{item.money}}
- 余额
+ 金额
@@ -1234,6 +1234,7 @@
flex-direction: row;
justify-content: space-between;
align-items: center;
+ margin-top: 15rpx;
}
.bgimg {
background: url(../../static/wallet/reduce.png);
@@ -1352,7 +1353,7 @@
}
.amount-balance span:nth-child(2){
font-weight: bold;
- font-size: 36rpx;
+ font-size: 40rpx;
color:#333;
}
.amount-block{