mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
[bugfix] Toast: mask not remove when hidden (#762)
This commit is contained in:
@@ -9,7 +9,7 @@ const defaultConfig = {
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
open(vm, config) {
|
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 */
|
/* istanbul ignore next */
|
||||||
if (!exist) {
|
if (!exist) {
|
||||||
|
Reference in New Issue
Block a user