修改图片

This commit is contained in:
Dragon
2023-12-20 19:15:09 +08:00
parent 217915bd3c
commit 5a069ca9f2
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -236,9 +236,9 @@ function rankGetRank (rankType, type, date) {
success (res) { success (res) {
if (res.code === 200) { if (res.code === 200) {
if (type == 1) { if (type == 1) {
$('.page3 .text').html('<p>贈送普通禮物可增加熱雪值1鉆=1熱雪值</p><p>贈送聖誕限定禮物1鉆=3熱雪值</p>') $('.page3 .text').html('<p>贈送普通禮物可增加熱雪值10鉆=1熱雪值</p><p>贈送聖誕限定禮物10鉆=3熱雪值</p>')
} else { } else {
$('.page3 .text').html('<p>收到普通禮物可增加冰雪值1鉆=1冰雪值</p><p>收到聖誕限定禮物1鉆=3冰雪值</p>') $('.page3 .text').html('<p>收到普通禮物可增加冰雪值10鉆=1冰雪值</p><p>收到聖誕限定禮物10鉆=3冰雪值</p>')
} }
// 設置當天日期 // 設置當天日期
curDate = res.data.curDate; curDate = res.data.curDate;