duanshenglang 6 days ago
parent
commit
d95efdd244
2 changed files with 3 additions and 3 deletions
  1. 1 1
      lottery/jxs.html
  2. 2 2
      lottery/smartTab.html

+ 1 - 1
lottery/jxs.html

@@ -3818,7 +3818,7 @@
         // 内部格式化函数(处理绝对值)
         const format = (val, unit) => {
           const num = Math.round(val);
-          return `${num}${unit}${num > 1 ? '' : ''}`;
+          return `${num}${unit}${num > 1 ? '' : ''}`;
         };
         // 根据绝对值大小转换单位
         let formatted;

+ 2 - 2
lottery/smartTab.html

@@ -18,10 +18,10 @@
     src="https://wl-1306604067.cos.ap-guangzhou.myqcloud.com/production/ct/103548289110001/1742017747738/element-ui.js"></script>
   <script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
   <script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js"></script>
-  <script src="js/vconsole.min.js"></script>
+  <!-- <script src="js/vconsole.min.js"></script>
   <script>
 		  var vConsole = new window.VConsole();
-		</script>
+		</script> -->
 </head>
 <style>
   body {