fix: 确认窗口 bug

This commit is contained in:
lee 2020-10-10 00:24:34 +08:00
parent 495829cf0c
commit d96f3d6735

View File

@ -296,6 +296,7 @@ quickcommand = {
confirmButtonText: '确定!', confirmButtonText: '确定!',
cancelButtonText: '手抖...' cancelButtonText: '手抖...'
} }
utools.setExpendHeight(600)
let result = await Swal.fire(options) let result = await Swal.fire(options)
if (result.value) return true; if (result.value) return true;
}, },