毕设-dev-8.21

This commit is contained in:
2025-08-21 10:39:12 +08:00
parent 4807d0547b
commit f122640068
4 changed files with 6 additions and 5 deletions

View File

@ -9,7 +9,7 @@
</view> </view>
<view class="self-start group mt-17"> <view class="self-start group mt-17">
<text class="font_2 text_4">注意:最高抽成比例</text> <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>
<view class="flex-col justify-start items-center self-center text-wrapper mt-17" bindtap="submit"> <view class="flex-col justify-start items-center self-center text-wrapper mt-17" bindtap="submit">
<text class="font_2 text_6">确认设置</text> <text class="font_2 text_6">确认设置</text>

View File

@ -175,8 +175,8 @@ Page({
this.setData({ this.setData({
qrcode: globalImgUrl + result.inviteQrCode, qrcode: globalImgUrl + result.inviteQrCode,
totalIncome: result.totalIncome, totalIncome: result.totalIncome,
withdrawaledAmount: result.withdrawaledAmount, withdrawaledAmount: result.withdrawnAmount,
withdrawalingBalance: result.withdrawalingBalance, withdrawalingBalance: result.withdrawalAmount,
currentBalance: result.currentBalance currentBalance: result.currentBalance
}) })
} else { } else {

View File

@ -14,7 +14,7 @@
margin-top: 24.38rpx; margin-top: 24.38rpx;
} }
.page { .page {
padding: 39.38rpx 24.38rpx 510rpx; padding: 39.38rpx 24.38rpx 70rpx;
background-image: linear-gradient(180deg, #ff8d1a -7.3%, #f5f5f5 39.3%); background-image: linear-gradient(180deg, #ff8d1a -7.3%, #f5f5f5 39.3%);
width: 100%; width: 100%;
overflow-y: auto; overflow-y: auto;

View File

@ -4,6 +4,7 @@ export const dev = 'http://160.202.242.36:9091';
export const test = 'http://160.202.242.36:9092'; export const test = 'http://160.202.242.36:9092';
export const localTest = 'http://localhost:9092'; export const localTest = 'http://localhost:9092';
export const ssl = 'https://www.chenxinzhi.top' export const ssl = 'https://www.chenxinzhi.top'
export const baseUrl = test; export const graduation = 'http://160.202.242.36:9099'
export const baseUrl = graduation;
export const globalImgUrl = baseUrl + '/file/download/' export const globalImgUrl = baseUrl + '/file/download/'