浏览代码

Merge branch 'develop' of http://192.168.32.253:3000/Software/android-cloud-H5 into develop

huangxiaojing 2 年之前
父节点
当前提交
d8aac1c1b0
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      static/screenAndroid/WXtrialInterface.html
  2. 1 0
      static/screenIos/WXtrialInterface.html

+ 1 - 0
static/screenAndroid/WXtrialInterface.html

@@ -1376,6 +1376,7 @@
     var residueTimer = null;
     // 获取云机剩余时长
     function getResidueTime() {
+      clearInterval(residueTimer);
       if (sourceType !== 5) {
         return
       }

+ 1 - 0
static/screenIos/WXtrialInterface.html

@@ -1360,6 +1360,7 @@
     var residueTimer = null;
     // 获取云机剩余时长
     function getResidueTime() {
+      clearInterval(residueTimer);
       if (sourceType !== 5) {
         return
       }