mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2024-11-08 23:10:18 +08:00
fix(gachaDetail): reset countMio when get S-Rank
This commit is contained in:
parent
ee94ae36cd
commit
2adf56d062
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user