替换宝箱图片
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 269 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 208 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 291 KiB After Width: | Height: | Size: 42 KiB |
@ -202,9 +202,9 @@ export const apiCheckinClaim = async (days) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 检查签到领取奖励
|
// 检查签到领取奖励
|
||||||
export const apiCheckinClaimLeak = async (days) => {
|
export const apiCheckinClaimLeak = async (day) => {
|
||||||
const url = `${API_BASE}/api/user/checkin`;
|
const url = `${API_BASE}/api/user/checkin`;
|
||||||
return httpPost(url, { days })
|
return httpPost(url, { day })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 积分排行榜
|
// 积分排行榜
|
||||||
|
@ -354,7 +354,6 @@ export default {
|
|||||||
|
|
||||||
// 助力进度条
|
// 助力进度条
|
||||||
filteredBoxBar() {
|
filteredBoxBar() {
|
||||||
console.log(this.boxData.bounsCount,this.boxData.maxBounsCount,'====================')
|
|
||||||
if (this.boxData.bounsCount) {
|
if (this.boxData.bounsCount) {
|
||||||
return Math.floor(
|
return Math.floor(
|
||||||
(Number(this.boxData.bounsCount) /
|
(Number(this.boxData.bounsCount) /
|
||||||
|