chengjie 2 years ago
parent
commit
3e12e7ca5d
1 changed files with 2 additions and 0 deletions
  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
           }