From edfeb646f60dbba79ad0d2a19f1bcbb06ed6546b Mon Sep 17 00:00:00 2001 From: qf Date: Tue, 10 Jan 2023 15:40:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=93=E6=9E=9C=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E7=A4=BC=E7=89=A9=E5=90=8D=E7=A7=B0=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=EF=BC=8C=E4=B8=AD=E5=A5=96=E8=AE=B0=E5=BD=95=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/modules/spirit/js/main.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/view/peko/modules/spirit/js/main.js b/view/peko/modules/spirit/js/main.js index 1b7cb1d..489ff7c 100644 --- a/view/peko/modules/spirit/js/main.js +++ b/view/peko/modules/spirit/js/main.js @@ -306,6 +306,7 @@ $(function () { // $('.dropload-refresh').css({ display: 'block' }) // $('.dropload-down').hide() // $('.dom').hide(); + $('.table li').remove(); prizeRecord = []; prizeRecordFun() $('.table-shade').show() @@ -416,12 +417,16 @@ function prizeRecordFun() { requestStatus = false; result = prizeRecordDom(); $('.table').append(result) + if(arrLen <10){ + $('.table').append(`
  • 沒有更多了
  • `) + $('.table .dropload-noData').show() + } } else {// 如果沒有數據 requestStatus = true - if (page == 0) { - $('.table').append(`
  • 暫無數據
  • `) - $('.table .noData').show() - } else { + if (page == 1) { + $('.table').append(`
  • 暫無數據
  • `) + $('.table .dropload-noData').show() + }else { $('.table').append(`
  • 沒有更多了
  • `) $('.table .dropload-noData').show() } @@ -542,7 +547,7 @@ const renderResult = () => { $('.result-content p span').html(animalArr[index].animalName) $('.result-content .awardD span').html(result.receiveGoldNum) $('.result-content .headwear').attr('src', result.headwearPic) - $('.result-content .indate').html(`${result.receiveGiftName}${result.headwearDays}天`) + $('.result-content .indate').html(`${result.headwearName}${result.headwearDays}天`) if (result.win) { $('.result-content').addClass('success')