Browse Source

Merge branch 'dynamicScale0903' into testNew

wyq 3 năm trước cách đây
mục cha
commit
36d452e5d1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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')