Browse Source

feat: bug fix

柒零 1 năm trước cách đây
mục cha
commit
aada67f7fa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      subpages/warmReminder/warmReminder.js

+ 1 - 1
subpages/warmReminder/warmReminder.js

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