Browse Source

Merge branch 'dynamicScale0903' into testNew

wyq 3 years ago
parent
commit
36d452e5d1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/js/staticInfo.js

+ 2 - 0
src/js/staticInfo.js

@@ -457,6 +457,8 @@ function getResult(pushInfo, textType, constant) {
         if (num >= 0 && numType) {
           $(".score").html('总分:' + num.toFixed(2) + '分');
         }
+        $(".result").css('display', 'block')
+        $(".hel").css('display', 'none')
         $(".score").css('display', 'block')
         $(".copy").css('display', 'none')
         $(".foot").css('display', 'block')