[bugfix] Popup: lock-scroll not work when open multi popup (#842)

This commit is contained in:
neverland
2018-04-10 10:39:54 +08:00
committed by GitHub
parent 91f44010e7
commit 1b6f9ba075
6 changed files with 111 additions and 49 deletions

View File

@@ -2,6 +2,7 @@ export default {
id: 1,
zIndex: 2000,
stack: [],
lockCount: 0,
plusKey(key) {
return this[key]++;