소스 검색

修改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,
         async: false,
         success: function (res) {
         success: function (res) {
           if (res.status === 0) {
           if (res.status === 0) {
+            getResidueTime();
             if (timerInterval) {
             if (timerInterval) {
               timerInterval = clearTimeout();
               timerInterval = clearTimeout();
             }
             }

+ 1 - 0
static/screenIos/WXtrialInterface.html

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