mirror of
https://github.com/youzan/vant.git
synced 2025-12-24 02:02:09 +08:00
[bugfix] Popup: lock-scroll not work when open multi popup (#842)
This commit is contained in:
@@ -2,6 +2,7 @@ export default {
|
||||
id: 1,
|
||||
zIndex: 2000,
|
||||
stack: [],
|
||||
lockCount: 0,
|
||||
|
||||
plusKey(key) {
|
||||
return this[key]++;
|
||||
|
||||
Reference in New Issue
Block a user