chengjie 2 년 전
부모
커밋
3e12e7ca5d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      pages_test/test/item.js

+ 2 - 0
pages_test/test/item.js

@@ -313,6 +313,8 @@ Page({
313
             taskInfo.FontSize=108;
313
             taskInfo.FontSize=108;
314
             if (taskInfo.Content[1].Content.length>=16)
314
             if (taskInfo.Content[1].Content.length>=16)
315
               taskInfo.FontSize=48;
315
               taskInfo.FontSize=48;
316
+            else if (taskInfo.Content[1].Content.length>=13)
317
+              taskInfo.FontSize=52;
316
             else if (taskInfo.Content[1].Content.length>=12)
318
             else if (taskInfo.Content[1].Content.length>=12)
317
               taskInfo.FontSize=64;
319
               taskInfo.FontSize=64;
318
           }
320
           }