fix(cp排行榜): 前三名奖励添加修复
This commit is contained in:
parent
03538d3f43
commit
83ad53b3f0
@ -324,7 +324,7 @@ const apiGetTop3Rewards = async () => {
|
|||||||
const response = await apiGetCpRewardPool(type)
|
const response = await apiGetCpRewardPool(type)
|
||||||
if (response.status && response.body) {
|
if (response.status && response.body) {
|
||||||
let rewards = response.body
|
let rewards = response.body
|
||||||
if (weeklyShow.value == 'SEASON_CP_GIFT') {
|
if (seasonShow.value) {
|
||||||
rewards[0].activityRewardProps.push(
|
rewards[0].activityRewardProps.push(
|
||||||
{
|
{
|
||||||
cover: '',
|
cover: '',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user