fix(gachaDetail): reset countMio when get S-Rank

This commit is contained in:
Zichao Lin 2024-07-21 14:26:14 +08:00
parent ee94ae36cd
commit 2adf56d062
Signed by: earthjasonlin
GPG Key ID: 406D9913DE2E42FB

@ -54,7 +54,7 @@ const gachaDetail = (data) => {
detail.ssrPos.push([name, index + 1 - lastSSR, time, key])
lastSSR = index + 1
detail.count4++
detail.countMio++
detail.countMio = 0
if (isWeapon(type)) {
detail.count4w++
itemCount(detail.weapon4, name)