Commit 169373a4 LN

提示信息改为10秒超时

1 个父辈 8460c622
...@@ -168,10 +168,10 @@ public class StatusBean { ...@@ -168,10 +168,10 @@ public class StatusBean {
} }
/** /**
* 提示信息是否超时(2分钟)提示信息默认十分钟后不再显示 * 提示信息是否超时(10秒)提示信息默认十分钟后不再显示
* @return * @return
*/ */
public boolean msgTimeOut(){return (System.currentTimeMillis()-lastSaveTime)>(2*60*1000);} public boolean msgTimeOut(){return (System.currentTimeMillis()-lastSaveTime)>(10*1000);}
/** /**
* 获取客户端发送上来的二维码 * 获取客户端发送上来的二维码
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!