diff --git a/view/peko/modules/pay/js/index.js b/view/peko/modules/pay/js/index.js index a00c47c..cda0e16 100644 --- a/view/peko/modules/pay/js/index.js +++ b/view/peko/modules/pay/js/index.js @@ -347,7 +347,7 @@ function rechargeUserList (regionCode) { $('.page2 ul li').remove(); if (res.code == 200) { var str = '' - if (res.data.lenght <= 0) { + if (res.data.length <= 0) { str = '
  • 該地區暫無簽約代儲

  • ' } else { res.data.forEach((res) => {