小精灵:解决小精灵文案重叠

This commit is contained in:
Dragon
2022-11-24 15:58:14 +08:00
parent fa3450d1d5
commit 2cfaef4531

View File

@@ -181,6 +181,7 @@ $(function () {
userRemainDay = remainDayArr[index];
prodID = prodIDArr[index];
$('.prob').html(`獲得${giftName}的概率為${currentNum * 10}%`)
$('.select-area .desc').hide();
})
const animation = () => {
$('.select-area')