浏览代码

Merge branch 'develop' of Software/android-cloud-H5 into master

wuyongxiang 2 年之前
父节点
当前提交
9c6f1fdd57
共有 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
       }