This commit is contained in:
18631081161 2025-04-07 22:23:14 +08:00
parent 0dfb3cae38
commit 37b242b844
3 changed files with 8 additions and 8 deletions

View File

@ -1046,7 +1046,7 @@
flex: 1;
font-size: 26rpx;
font-weight: 400;
color: #fff;
color: #000;
}
}

View File

@ -53,7 +53,7 @@
<text style="font-size: 20rpx; color: #333333;">{{item.nickname}}</text>
</view>
<view class="" style="margin-right: 20rpx;">
<span style="color: #333333; font-size: 32rpx;">{{item.invitenumber}}<text
<span style="color: #333333; font-size: 32rpx;">{{item.value}}<text
style="font-size: 16rpx; color: #8A8A8A;"></text></span>
</view>
@ -88,7 +88,7 @@
}
})
that.req({
url: 'user_yaoqing',
url: 'getRankList?type=dadajuan',
success(res) {
console.log(res);
if (res.status == 1) {

View File

@ -1,7 +1,7 @@
<template>
<view
style="width: 100%; height: 100vh; display: flex; flex-direction: column; align-items: center; background-color: #FFFFFF;">
style="width: 100%; min-height: 100vh; display: flex; flex-direction: column; align-items: center; background-color: #FFFFFF;">
<view class="" style="position: relative;width: 100%;">
<!-- <view class="" style=" width: 100%; height: 457.64rpx; position: absolute;">
@ -37,7 +37,7 @@
style="width: 100%; text-align: center; margin-top: 24rpx;">{{list[1].nickname}}</text>
<text class="hang1"
style="width: 100%; text-align: center; margin-top: 24rpx; font-size: 32rpx;">{{list[1].invitenumber}}
style="width: 100%; text-align: center; margin-top: 24rpx; font-size: 32rpx;">{{list[1].value}}
<text style="font-size: 16rpx;"></text>
</text>
</view>
@ -54,7 +54,7 @@
style="width: 100%; text-align: center; margin-top: 24rpx;">{{list[0].nickname}}</text>
<text class="hang1"
style="width: 100%; text-align: center; margin-top: 24rpx; font-size: 32rpx;">{{list[0].invitenumber}}
style="width: 100%; text-align: center; margin-top: 24rpx; font-size: 32rpx;">{{list[0].value}}
<text style="font-size: 16rpx;"></text>
</text>
</view>
@ -71,7 +71,7 @@
style="width: 100%; text-align: center; margin-top: 24rpx;">{{list[2].nickname}}</text>
<text class="hang1"
style="width: 100%; text-align: center; margin-top: 24rpx; font-size: 32rpx; color: #333333;">{{list[2].invitenumber}}
style="width: 100%; text-align: center; margin-top: 24rpx; font-size: 32rpx; color: #333333;">{{list[2].value}}
<text style="font-size: 16rpx; color: #8A8A8A;"></text>
</text>
</view>
@ -109,7 +109,7 @@
<text style="font-size: 20rpx; color: #333333;">{{item.nickname}}</text>
</view>
<view class="" style="margin-right: 20rpx;">
<span style="color: #333333; font-size: 32rpx;">{{item.invitenumber}}<text
<span style="color: #333333; font-size: 32rpx;">{{item.value}}<text
style="font-size: 16rpx; color: #8A8A8A;"></text></span>
</view>