huangxiaojing il y a 3 ans
Parent
commit
0ac6c47d2a

+ 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();
             }
             }