标准箱

This commit is contained in:
bb_pan 2025-08-29 13:42:29 +08:00
parent fc7b1fc82b
commit cbff74b683
1 changed files with 4 additions and 2 deletions

View File

@ -176,9 +176,11 @@ const boxInBound = async () => {
confirmText: '确定', confirmText: '确定',
cancelText: '取消', cancelText: '取消',
success: async (res) => { success: async (res) => {
if (res.confirm) {
if (boxInfo.value.successMaTotal > 0) { if (boxInfo.value.successMaTotal > 0) {
confirmBoxInBound() confirmBoxInBound()
} }
}
}, },
}) })
} else { } else {