From 8afbeb96e89ad81b83afa33cf6281e903ea0a29a Mon Sep 17 00:00:00 2001 From: qf Date: Thu, 9 Feb 2023 14:27:47 +0800 Subject: [PATCH] =?UTF-8?q?23=E6=83=85=E4=BA=BA=E8=8A=82=EF=BC=9A=E6=8A=BD?= =?UTF-8?q?=E9=9D=93=E5=8F=B7=E6=B8=B2=E6=9F=93=E5=9B=BE=E7=89=87=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=A4=9A=E4=BD=99prop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/activity/2023-Valentines-Day/css/index.css | 2 +- view/peko/activity/2023-Valentines-Day/css/index.scss | 2 +- view/peko/activity/2023-Valentines-Day/js/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/view/peko/activity/2023-Valentines-Day/css/index.css b/view/peko/activity/2023-Valentines-Day/css/index.css index 7a051e3..aebafd8 100644 --- a/view/peko/activity/2023-Valentines-Day/css/index.css +++ b/view/peko/activity/2023-Valentines-Day/css/index.css @@ -1112,7 +1112,7 @@ body { color: #AE2B5C; font-size: 0.32rem; margin-bottom: 0.2666666667rem; - width: 1.8rem; + width: 2.5rem; text-align: center; white-space: nowrap; } diff --git a/view/peko/activity/2023-Valentines-Day/css/index.scss b/view/peko/activity/2023-Valentines-Day/css/index.scss index deca14d..f103875 100644 --- a/view/peko/activity/2023-Valentines-Day/css/index.scss +++ b/view/peko/activity/2023-Valentines-Day/css/index.scss @@ -1274,7 +1274,7 @@ body { color: #AE2B5C; font-size: px2rem(24, ); margin-bottom: px2rem(20, ); - width: 1.8rem; + width: 2.5rem; text-align: center; white-space: nowrap; } diff --git a/view/peko/activity/2023-Valentines-Day/js/index.js b/view/peko/activity/2023-Valentines-Day/js/index.js index 834a92f..b6d3865 100644 --- a/view/peko/activity/2023-Valentines-Day/js/index.js +++ b/view/peko/activity/2023-Valentines-Day/js/index.js @@ -368,7 +368,7 @@ function buy(id, num, type) { canGet = true } else if (res.data.prop.type == 6) { $('.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 .tips').html(`*情人節限定5位靚號:52XXX(XXX為隨機數字,一組為2個靚號,
聯系客服領取:LINE: pekoyuyin)`) $('.gx').show()