소스 검색

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
       }