fix: 修复确认框取消时会自动关闭当前页面的问题

This commit is contained in:
augushong
2025-03-21 16:53:20 +08:00
parent c370c99b6a
commit a7b9fda6f1

View File

@@ -242,7 +242,6 @@
typeof ok === 'function' && ok.call(this);
}, function () {
typeof no === 'function' && no.call(this);
self.close(index);
});
return index;
},