23情人节:抽靓号渲染图片删除多余prop

This commit is contained in:
qf
2023-02-09 14:27:47 +08:00
parent 5de1125e3c
commit 8afbeb96e8
3 changed files with 3 additions and 3 deletions

View File

@@ -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;
} }

View File

@@ -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;
} }

View File

@@ -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位靚號:52XXXXXX為隨機數字一組為2個靚號<br>聯系客服領取LINE: pekoyuyin)`) $('.gx .gx_in .tips').html(`*情人節限定5位靚號:52XXXXXX為隨機數字一組為2個靚號<br>聯系客服領取LINE: pekoyuyin)`)
$('.gx').show() $('.gx').show()