替换宝箱图片

This commit is contained in:
yuyongdong 2024-04-24 15:03:00 +08:00
parent 4ec1f8e35b
commit 98c4b0ef19
10 changed files with 2 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -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`;
return httpPost(url, { days })
return httpPost(url, { day })
}
// 积分排行榜

View File

@ -354,7 +354,6 @@ export default {
//
filteredBoxBar() {
console.log(this.boxData.bounsCount,this.boxData.maxBounsCount,'====================')
if (this.boxData.bounsCount) {
return Math.floor(
(Number(this.boxData.bounsCount) /