修复展示异常问题

This commit is contained in:
Dragon
2024-02-21 10:16:27 +08:00
parent ed12c0936d
commit 8b473fa5c8

View File

@@ -590,7 +590,7 @@ const sendUserDrawInfo = (itemId, num) => {
success (res) { success (res) {
if (res.code === 200) { if (res.code === 200) {
toastMsg('召喚成功!') toastMsg('召喚成功!')
getListItem() getListItem(roundId)
$('.select-num input').val(0) $('.select-num input').val(0)
$('.select-num .ipt-wrap main i').html(0) $('.select-num .ipt-wrap main i').html(0)
$('.select-num .ipt-wrap .p1 b').html('鉆石*0') $('.select-num .ipt-wrap .p1 b').html('鉆石*0')