Ver código fonte

feat: bug fix

柒零 1 ano atrás
pai
commit
aada67f7fa
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      subpages/warmReminder/warmReminder.js

+ 1 - 1
subpages/warmReminder/warmReminder.js

@@ -140,7 +140,7 @@ Page({
         that.setData({
         that.setData({
           tabActiveName: that.data.tabActiveNameTemp,
           tabActiveName: that.data.tabActiveNameTemp,
         });
         });
-      }, 500);
+      }, 100);
     });
     });
   },
   },