修复:popup的zIndex转换为number (#24)
This commit is contained in:
@@ -25,7 +25,7 @@ const PopupContext = {
|
||||
},
|
||||
|
||||
plusKeyByOne(key) {
|
||||
const oldVal = context[key];
|
||||
const oldVal = +context[key];
|
||||
context[key] = oldVal + 1;
|
||||
|
||||
return oldVal;
|
||||
|
||||
Reference in New Issue
Block a user