Browse Source

lucksheet修改

xjj 2 năm trước cách đây
mục cha
commit
9e2713494b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/controllers/menuButton.js

+ 1 - 1
src/controllers/menuButton.js

@@ -3708,7 +3708,7 @@ const menuButton = {
             "13": "Thick"
             "13": "Thick"
         };
         };
 
 
-        type = borderType[type.toString()];
+        type = borderType[type? type.toString(): "0"];
 
 
     	try {
     	try {
         	if(type == "Hair"){
         	if(type == "Hair"){