style(斋月活动、春节活动): 样式调整
This commit is contained in:
parent
294b4f7bc5
commit
28e27f290c
@ -1602,7 +1602,7 @@
|
|||||||
|
|
||||||
<!-- 名称 -->
|
<!-- 名称 -->
|
||||||
<div style="flex: 1; min-width: 0; display: flex; flex-direction: column">
|
<div style="flex: 1; min-width: 0; display: flex; flex-direction: column">
|
||||||
<div style="display: flex">
|
<div style="display: flex; min-width: 0">
|
||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -2474,6 +2474,7 @@ const sweepstakes = async (consecutive = 1) => {
|
|||||||
getTotalDrawCount() //刷新累计抽奖次数
|
getTotalDrawCount() //刷新累计抽奖次数
|
||||||
getConfigsBadgeInfo() //刷新累计抽奖-徽章信息
|
getConfigsBadgeInfo() //刷新累计抽奖-徽章信息
|
||||||
getTickets() //重新获取拥有的抽奖券
|
getTickets() //重新获取拥有的抽奖券
|
||||||
|
getDrawableAmount() //刷新可提现金额
|
||||||
|
|
||||||
result.value = [resOnceDraw.body] // 中奖结果赋值
|
result.value = [resOnceDraw.body] // 中奖结果赋值
|
||||||
|
|
||||||
@ -2493,6 +2494,7 @@ const sweepstakes = async (consecutive = 1) => {
|
|||||||
getTotalDrawCount() //刷新累计抽奖次数
|
getTotalDrawCount() //刷新累计抽奖次数
|
||||||
getConfigsBadgeInfo() //刷新累计抽奖-徽章信息
|
getConfigsBadgeInfo() //刷新累计抽奖-徽章信息
|
||||||
getTickets() //重新获取拥有的抽奖券
|
getTickets() //重新获取拥有的抽奖券
|
||||||
|
getDrawableAmount() //刷新可提现金额
|
||||||
|
|
||||||
result.value = resMultiDraw.body.results // 中奖结果赋值
|
result.value = resMultiDraw.body.results // 中奖结果赋值
|
||||||
|
|
||||||
|
|||||||
@ -72,7 +72,7 @@
|
|||||||
<itemCenter
|
<itemCenter
|
||||||
style="width: 10vw"
|
style="width: 10vw"
|
||||||
:imgUrl="imageUrl('rankingNumBg')"
|
:imgUrl="imageUrl('rankingNumBg')"
|
||||||
:contentStyle="``"
|
:contentStyle="`bottom: 0.5vw;`"
|
||||||
@click="viewUserInfo(listItem.userId)"
|
@click="viewUserInfo(listItem.userId)"
|
||||||
>
|
>
|
||||||
<div style="color: #ffe601; font-weight: 700">{{ listItem?.rank }}</div>
|
<div style="color: #ffe601; font-weight: 700">{{ listItem?.rank }}</div>
|
||||||
@ -117,18 +117,24 @@
|
|||||||
|
|
||||||
<!-- 名称、id -->
|
<!-- 名称、id -->
|
||||||
<div style="flex: 1; min-width: 0; display: flex; flex-direction: column">
|
<div style="flex: 1; min-width: 0; display: flex; flex-direction: column">
|
||||||
<div
|
<!-- 名称 -->
|
||||||
style="
|
<div style="display: flex; min-width: 0">
|
||||||
color: #fff;
|
<div
|
||||||
font-weight: 860;
|
style="
|
||||||
overflow: hidden;
|
color: #fff;
|
||||||
white-space: nowrap;
|
font-weight: 860;
|
||||||
text-overflow: ellipsis;
|
overflow: hidden;
|
||||||
"
|
white-space: nowrap;
|
||||||
class="UserNickname"
|
text-overflow: ellipsis;
|
||||||
>
|
direction: ltr;
|
||||||
{{ listItem?.userName }}
|
"
|
||||||
|
class="UserNickname"
|
||||||
|
>
|
||||||
|
{{ listItem?.userName }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- id -->
|
||||||
<div style="color: #fff; font-weight: 590" class="UserNickname">
|
<div style="color: #fff; font-weight: 590" class="UserNickname">
|
||||||
{{ $t('user_id_prefix') }} {{ listItem?.specialAccount || listItem?.account }}
|
{{ $t('user_id_prefix') }} {{ listItem?.specialAccount || listItem?.account }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -964,6 +964,7 @@ const sweepstakes = async (consecutive = 1) => {
|
|||||||
) //转盘第几位停下
|
) //转盘第几位停下
|
||||||
console.log('index:', index)
|
console.log('index:', index)
|
||||||
getMyLotteryTicketCount() // 更新抽奖券数量
|
getMyLotteryTicketCount() // 更新抽奖券数量
|
||||||
|
getDrawableAmount() //刷新可提现金额
|
||||||
await startLottery(index)
|
await startLottery(index)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -980,6 +981,7 @@ const sweepstakes = async (consecutive = 1) => {
|
|||||||
console.log('index:', index)
|
console.log('index:', index)
|
||||||
|
|
||||||
getMyLotteryTicketCount() // 更新抽奖券数量
|
getMyLotteryTicketCount() // 更新抽奖券数量
|
||||||
|
getDrawableAmount() //刷新可提现金额
|
||||||
await startLottery(index)
|
await startLottery(index)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -56,7 +56,11 @@
|
|||||||
height: nameValueHeight,
|
height: nameValueHeight,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<div style="font-weight: 700" class="showText" :class="isTopOne ? 'top1Text' : 'text'">
|
<div
|
||||||
|
style="direction: ltr; font-weight: 700"
|
||||||
|
class="showText"
|
||||||
|
:class="isTopOne ? 'top1Text' : 'text'"
|
||||||
|
>
|
||||||
{{ name }}
|
{{ name }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
<div class="fullPage">
|
<div class="fullPage">
|
||||||
<!-- 预加载状态 -->
|
<!-- 预加载状态 -->
|
||||||
<div v-show="isLoading" class="loading-container">
|
<div v-show="isLoading" class="loading-container">
|
||||||
|
<!-- 页面背景 -->
|
||||||
|
<BackgroundLayer
|
||||||
|
v-show="!RankingShow"
|
||||||
|
:backgroundImages="[
|
||||||
|
imageUrl('bg1'),
|
||||||
|
imageUrl('bg2'),
|
||||||
|
imageUrl('bg3'),
|
||||||
|
imageUrl('bg4'),
|
||||||
|
imageUrl('bg5'),
|
||||||
|
imageUrl('bg6'),
|
||||||
|
]"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<!-- 加载动画 -->
|
||||||
<div class="loading-spinner"></div>
|
<div class="loading-spinner"></div>
|
||||||
<p>{{ $t('loading') }}...</p>
|
<p>{{ $t('loading') }}...</p>
|
||||||
</div>
|
</div>
|
||||||
@ -252,7 +266,7 @@
|
|||||||
<itemCenter
|
<itemCenter
|
||||||
style="width: 10vw"
|
style="width: 10vw"
|
||||||
:imgUrl="imageUrl('rankingNumBg')"
|
:imgUrl="imageUrl('rankingNumBg')"
|
||||||
:contentStyle="``"
|
:contentStyle="`bottom: 0.5vw;`"
|
||||||
@click="viewUserInfo(listItem.userId)"
|
@click="viewUserInfo(listItem.userId)"
|
||||||
>
|
>
|
||||||
<div style="color: #ffe601; font-weight: 700">{{ myRanking?.rank || 999 }}</div>
|
<div style="color: #ffe601; font-weight: 700">{{ myRanking?.rank || 999 }}</div>
|
||||||
@ -284,17 +298,20 @@
|
|||||||
<!-- 名称、id -->
|
<!-- 名称、id -->
|
||||||
<div style="flex: 1; min-width: 0; display: flex; flex-direction: column">
|
<div style="flex: 1; min-width: 0; display: flex; flex-direction: column">
|
||||||
<!-- 名称 -->
|
<!-- 名称 -->
|
||||||
<div
|
<div style="display: flex; min-width: 0">
|
||||||
style="
|
<div
|
||||||
color: #fff;
|
style="
|
||||||
font-weight: 860;
|
color: #fff;
|
||||||
overflow: hidden;
|
font-weight: 860;
|
||||||
white-space: nowrap;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
white-space: nowrap;
|
||||||
"
|
text-overflow: ellipsis;
|
||||||
class="UserNickname"
|
direction: ltr;
|
||||||
>
|
"
|
||||||
{{ myRanking?.userName }}
|
class="UserNickname"
|
||||||
|
>
|
||||||
|
{{ myRanking?.userName }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ID -->
|
<!-- ID -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user