11111
This commit is contained in:
@@ -50,6 +50,15 @@ public class NoviceInstructorManager extends BaseCacheManager {
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* 检查需不需要弹出新人面向指导员弹窗
|
||||
*/
|
||||
public void checktHomeZdyPop() {
|
||||
if (!TextUtils.isEmpty(homeZdyPop) && TextUtils.equals(homeZdyPop, "1")) {
|
||||
netHandler.post(instructorOperationOpenRunnable);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取单利
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user