[feature] 添加网络连接 token失效后获取3s 1s 2s 三次重试

This commit is contained in:
yangyakun
2022-10-12 11:18:02 +08:00
parent d470cf38de
commit e62a9d7dbb
30 changed files with 1474 additions and 1516 deletions

View File

@@ -24,7 +24,7 @@ class BusOperationView @JvmOverloads constructor(
init {
LayoutInflater.from(context).inflate(R.layout.view_och_bus_operation,this,true)
context?.let {
actvAccountPhone.text = SharedPrefs.getInstance(it).getString("account","")
actvAccountPhone.text = phoneMask(SharedPrefs.getInstance(it).getString("och_account",""))
}
}