毕设-dev-8.21
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
</view>
|
||||
<view class="self-start group mt-17">
|
||||
<text class="font_2 text_4">注意:最高抽成比例</text>
|
||||
<text class="font_2 text_5">5%</text>
|
||||
<text class="font_2 text_5">10%</text>
|
||||
</view>
|
||||
<view class="flex-col justify-start items-center self-center text-wrapper mt-17" bindtap="submit">
|
||||
<text class="font_2 text_6">确认设置</text>
|
||||
|
@ -175,8 +175,8 @@ Page({
|
||||
this.setData({
|
||||
qrcode: globalImgUrl + result.inviteQrCode,
|
||||
totalIncome: result.totalIncome,
|
||||
withdrawaledAmount: result.withdrawaledAmount,
|
||||
withdrawalingBalance: result.withdrawalingBalance,
|
||||
withdrawaledAmount: result.withdrawnAmount,
|
||||
withdrawalingBalance: result.withdrawalAmount,
|
||||
currentBalance: result.currentBalance
|
||||
})
|
||||
} else {
|
||||
|
@ -14,7 +14,7 @@
|
||||
margin-top: 24.38rpx;
|
||||
}
|
||||
.page {
|
||||
padding: 39.38rpx 24.38rpx 510rpx;
|
||||
padding: 39.38rpx 24.38rpx 70rpx;
|
||||
background-image: linear-gradient(180deg, #ff8d1a -7.3%, #f5f5f5 39.3%);
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
|
Reference in New Issue
Block a user