BUG修复
This commit is contained in:
@@ -153,6 +153,8 @@ const loadConfig = () => {
|
||||
const formatSetAndAmount = computed(() => {
|
||||
if (selectedIndex.value === -1 || secondSelectIndex.value === -1)
|
||||
return itemTexts[props.itemIndex];
|
||||
if(selectedIndex.value === 99 && !sets.value) return itemTexts[props.itemIndex];
|
||||
if(secondSelectIndex.value === 99 && !arrowAmount.value) return itemTexts[props.itemIndex];
|
||||
return `${selectedIndex.value === 99 ? sets.value : selectedIndex.value}组/${
|
||||
secondSelectIndex.value === 99
|
||||
? arrowAmount.value
|
||||
|
||||
Reference in New Issue
Block a user