ソースを参照

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
       }