Commit 5a17af89 authored by 宁天庆's avatar 宁天庆

修改代码

parent 9397a19b
...@@ -3687,7 +3687,7 @@ const menuButton = { ...@@ -3687,7 +3687,7 @@ const menuButton = {
"13": "Thick" "13": "Thick"
}; };
type = borderType[type.toString()]; type = borderType[(type || '0').toString()];
try { try {
if (type == "Hair") { if (type == "Hair") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment