修复展示异常问题
This commit is contained in:
@@ -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')
|
||||||
|
Reference in New Issue
Block a user