mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[bugfix] Toast: mask not remove when hidden (#762)
This commit is contained in:
@@ -9,7 +9,7 @@ const defaultConfig = {
|
||||
|
||||
export default {
|
||||
open(vm, config) {
|
||||
const exist = context.stack.some(item => item.id === vm._popupId);
|
||||
const exist = context.stack.some(item => item.vm._popupId === vm._popupId);
|
||||
|
||||
/* istanbul ignore next */
|
||||
if (!exist) {
|
||||
|
Reference in New Issue
Block a user