修改图片
This commit is contained in:
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 |
@@ -236,9 +236,9 @@ function rankGetRank (rankType, type, date) {
|
||||
success (res) {
|
||||
if (res.code === 200) {
|
||||
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 {
|
||||
$('.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;
|
||||
|
Reference in New Issue
Block a user