|
@ -2201,10 +2201,10 @@ public class OXFaceOnlineActivity extends BaseActivity implements View.OnClickLi |
|
|
|
|
|
|
|
|
// 显示解锁密码弹窗 |
|
|
// 显示解锁密码弹窗 |
|
|
showUnlockPasswordDialog(); |
|
|
showUnlockPasswordDialog(); |
|
|
} else if (storeNameClickCount >= 3) { |
|
|
|
|
|
|
|
|
} else if (storeNameClickCount >= 6) { |
|
|
// 当点击次数达到3次时,提示用户还需几次点击 |
|
|
// 当点击次数达到3次时,提示用户还需几次点击 |
|
|
int remainingClicks = MAX_CLICK_COUNT - storeNameClickCount; |
|
|
int remainingClicks = MAX_CLICK_COUNT - storeNameClickCount; |
|
|
Toast.makeText(this, "再点击" + remainingClicks + "次触发解锁", Toast.LENGTH_SHORT).show(); |
|
|
|
|
|
|
|
|
Toast.makeText(this, "请输入登录密码解锁", Toast.LENGTH_SHORT).show(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|