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')}
  • `