浏览代码

修改bug

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

+ 1 - 0
static/screenAndroid/WXtrialInterface.html

@@ -483,6 +483,7 @@
         async: false,
         success: function (res) {
           if (res.status === 0) {
+            getResidueTime();
             if (timerInterval) {
               timerInterval = clearTimeout();
             }

+ 1 - 0
static/screenIos/WXtrialInterface.html

@@ -505,6 +505,7 @@
         async: false,
         success: function (res) {
           if (res.status === 0) {
+            getResidueTime()
             if (timerInterval) {
               timerInterval = clearTimeout();
             }