厨房:调整榜单间距

This commit is contained in:
Dragon
2023-03-07 17:57:06 +08:00
parent 642c383576
commit 592d5da683
3 changed files with 13 additions and 5 deletions

View File

@@ -811,7 +811,7 @@ const renderMyInfo = () => {
num = myInfoD.num
}
// $('.mine-diamond-num').html('今日獎勵' + num)
$('.mine-diamond-num').html(num)
$('.mine-diamond-num').html(num == 0 ? '—— ——' : num)
} else {
let erbanNo = myInfoN.erbanNo
let myIndex = rankListN.findIndex((item, index) => {