修复没有代充时的省略图异常
This commit is contained in:
@@ -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 = '<li class="null"><img src="./images/null.png" alt=""><p>該地區暫無簽約代儲</p></li>'
|
||||
} else {
|
||||
res.data.forEach((res) => {
|
||||
|
Reference in New Issue
Block a user