Parcourir la source

fixed: 去掉输出

王刚 il y a 3 ans
Parent
commit
1e18019095

+ 2 - 4
Gameserver/Public/gamesys/home/pages/GameContinuedTs/GameContinuedTs.js

@@ -17,8 +17,7 @@ function ts2time(ts) {
     }
 }
 
-function sendMail() {
-    console.log("发送请求");
+function sendMail() { 
 
     var zoneid = 1;
     var uid = "D51D63CA040982E406BDE9898AD757AE";
@@ -57,7 +56,6 @@ function sendMail() {
                 data: { labels: lbls,
                     datasets:[{label:"持续时长",data: ds}]},
                 options: {}
-            });
-            // window.alert("成功okokokokok");
+            }); 
         }, 'json');
 }