This commit is contained in:
zhangmanman
2021-08-09 15:57:37 +08:00
parent c661dd0e16
commit 540d76bdb8
158 changed files with 4914 additions and 788 deletions

View File

@@ -56,7 +56,7 @@ Page({
accounts : newData,
page : res.data.page
})
})
}).catch(err => {});
},
/**

View File

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

View File

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