From 6fb2796ea50dcc363b359cb8a629ed6e76763cb7 Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Mon, 11 Dec 2023 19:59:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A1=94=E7=BD=97=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/modules/luckyTarot/index.html | 2 +- view/peko/modules/luckyTarot/js/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/peko/modules/luckyTarot/index.html b/view/peko/modules/luckyTarot/index.html index 0fd26d5..5f28b0f 100644 --- a/view/peko/modules/luckyTarot/index.html +++ b/view/peko/modules/luckyTarot/index.html @@ -169,4 +169,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/view/peko/modules/luckyTarot/js/index.js b/view/peko/modules/luckyTarot/js/index.js index 92bd113..9af7cb3 100644 --- a/view/peko/modules/luckyTarot/js/index.js +++ b/view/peko/modules/luckyTarot/js/index.js @@ -217,7 +217,7 @@ const recordPage = () => {
  • ${res.prodName}
    ${res.selectdNo}
    -
    ${res.win ? `中獎號碼: ${res.drawNum}
    ${res.receiveGoldNum}鉆石` :`未中獎
    中獎號碼: ${res.drawNum}`}
    +
    ${res.win ? `幸運號碼: ${res.drawNum}
    ${res.receiveGoldNum}鉆石` :`未猜中
    幸運號碼: ${res.drawNum}`}
    ${dateFormat(res.createTime, 'yyyy.MM.dd')}
    ${dateFormat(res.createTime, 'hh:mm:ss')}
  • `