23情人节:remain修改
This commit is contained in:
@@ -1031,6 +1031,7 @@ body {
|
||||
}
|
||||
.cpRecordBox .cpRecord_in ul li .jiangli {
|
||||
width: 2.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
.cpRecordBox .cpRecord_in .tips {
|
||||
width: 100%;
|
||||
|
@@ -1181,7 +1181,7 @@ body {
|
||||
}
|
||||
.jiangli {
|
||||
width: 2.5rem;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -367,7 +367,7 @@ function buy(id, num, type) {
|
||||
toastMsg('購買成功,信物已放進背包,快送給你心儀的TA吧~')
|
||||
canGet = true
|
||||
} else if (res.data.prop.type == 6) {
|
||||
$('.petition-wrap .myticket span e').html(res.data.prop.remain)
|
||||
$('.petition-wrap .myticket span e').html(res.data.remain)
|
||||
$('.gx .gx_in .box li img').attr('src', res.data.prop.prop.icon)
|
||||
$('.gx .gx_in .box li span').attr('src', res.data.prop.name)
|
||||
$('.gx .gx_in .tips').html(`*情人節限定5位靚號:52XXX(XXX為隨機數字,一組為2個靚號,<br>聯系客服領取:LINE: pekoyuyin)`)
|
||||
@@ -379,7 +379,7 @@ function buy(id, num, type) {
|
||||
// }else {
|
||||
// $('.gx .gx_in .box li img').removeClass('mingpai')
|
||||
// }
|
||||
$('.petition-wrap .myticket span e').html(res.data.prop.remain)
|
||||
$('.petition-wrap .myticket span e').html(res.data.remain)
|
||||
$('.gx .gx_in .box li img').attr('src', res.data.prop.icon)
|
||||
$('.gx .gx_in .box li span').attr('src', res.data.prop.name)
|
||||
$('.gx .gx_in .tips').html(`獎勵將自動發放到裝扮中心,快去展示自己吧~`)
|
||||
@@ -388,9 +388,9 @@ function buy(id, num, type) {
|
||||
} else {
|
||||
if (type == 6) {
|
||||
toastMsg('很遺憾沒有抽到,距離靚號就差一點啦~')
|
||||
$('.petition-wrap .myticket span e').html(res.data.prop.remain)
|
||||
$('.petition-wrap .myticket span e').html(res.data.remain)
|
||||
} else if(type == 1,type == 3,type == 4,type == 5){
|
||||
$('.petition-wrap .myticket span e').html(res.data.prop.remain)
|
||||
$('.petition-wrap .myticket span e').html(res.data.remain)
|
||||
}else{
|
||||
$('.letter-wrap .letter p e').html(res.data.remain)
|
||||
toastMsg(res.message)
|
||||
|
Reference in New Issue
Block a user