23情人节:抽靓号渲染图片删除多余prop
This commit is contained in:
@@ -1112,7 +1112,7 @@ body {
|
|||||||
color: #AE2B5C;
|
color: #AE2B5C;
|
||||||
font-size: 0.32rem;
|
font-size: 0.32rem;
|
||||||
margin-bottom: 0.2666666667rem;
|
margin-bottom: 0.2666666667rem;
|
||||||
width: 1.8rem;
|
width: 2.5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
@@ -1274,7 +1274,7 @@ body {
|
|||||||
color: #AE2B5C;
|
color: #AE2B5C;
|
||||||
font-size: px2rem(24, );
|
font-size: px2rem(24, );
|
||||||
margin-bottom: px2rem(20, );
|
margin-bottom: px2rem(20, );
|
||||||
width: 1.8rem;
|
width: 2.5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
@@ -368,7 +368,7 @@ function buy(id, num, type) {
|
|||||||
canGet = true
|
canGet = true
|
||||||
} else if (res.data.prop.type == 6) {
|
} else if (res.data.prop.type == 6) {
|
||||||
$('.petition-wrap .myticket span e').html(res.data.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 img').attr('src', res.data.prop.icon)
|
||||||
$('.gx .gx_in .box li span').attr('src', res.data.prop.name)
|
$('.gx .gx_in .box li span').attr('src', res.data.prop.name)
|
||||||
$('.gx .gx_in .tips').html(`*情人節限定5位靚號:52XXX(XXX為隨機數字,一組為2個靚號,<br>聯系客服領取:LINE: pekoyuyin)`)
|
$('.gx .gx_in .tips').html(`*情人節限定5位靚號:52XXX(XXX為隨機數字,一組為2個靚號,<br>聯系客服領取:LINE: pekoyuyin)`)
|
||||||
$('.gx').show()
|
$('.gx').show()
|
||||||
|
Reference in New Issue
Block a user