[更新]
This commit is contained in:
@@ -56,7 +56,7 @@ Page({
|
||||
accounts : newData,
|
||||
page : res.data.page
|
||||
})
|
||||
})
|
||||
}).catch(err => {});
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<text>¥</text>{{number}}
|
||||
</view>
|
||||
</view>
|
||||
<navigator hover-class="none" url="/pages/myProfit/myProfit" class="balanceUrl">我的收益<image src="/static/img/balance-icon-row.png" mode="aspectFill"></image></navigator>
|
||||
</view>
|
||||
|
||||
<navigator hover-class="none" url="/pages/withdrawal_form/withdrawal_form" class="label">
|
||||
@@ -16,7 +17,7 @@
|
||||
<image class="labelLeft-arrow" src="/static/icon/rightsArrow.png"></image>
|
||||
</navigator>
|
||||
|
||||
<navigator hover-class="none" url="/pages/withdrawal_record/withdrawal_record" class="label">
|
||||
<navigator hover-class="none" url="/pages/withdrawal_record/withdrawal_record?status=''&idx=0" class="label">
|
||||
<view class="labelLeft">
|
||||
<image class="labelLeft-img" src="/static/img/balance-icon-01.png"></image>
|
||||
<view class="labelLeft-name">提现记录</view>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
.balanceCont-number {
|
||||
color: #ffba33;
|
||||
color: #ffd890;
|
||||
font-size: 80rpx;
|
||||
font-weight: 600;
|
||||
}
|
||||
@@ -36,6 +36,26 @@
|
||||
padding-right: 10rpx;
|
||||
}
|
||||
|
||||
.balanceUrl {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 30rpx;
|
||||
background-color: #37332d;
|
||||
font-size: 28rpx;
|
||||
border-radius: 40rpx 0 0 40rpx;
|
||||
line-height: 68rpx;
|
||||
border: 2rpx solid #887351;
|
||||
padding-left: 30rpx;
|
||||
color: #ead2a5;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.balanceUrl image {
|
||||
width: 54rpx;
|
||||
height: 54rpx;
|
||||
margin-top: 9rpx;
|
||||
}
|
||||
|
||||
/* 提现 */
|
||||
.label {
|
||||
background-color: white;
|
||||
@@ -176,4 +196,4 @@
|
||||
.recommend-hint image {
|
||||
width: 200rpx;
|
||||
height: 200rpx;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user