|
|
@@ -123,8 +123,8 @@ class ProcessDemoActivity : BaseActivity<ActivityProcessDemoBinding>() {
|
|
|
str.split(',').forEach { lockNfc ->
|
|
|
NetApi.updateLockReturn(lockNfc, mBinding?.etSerialNo?.text.toString()) {
|
|
|
ToastUtils.tip("更新还锁成功")
|
|
|
- lockList.remove(lockNfc)
|
|
|
- mBinding?.etLockList?.setText("LockList : $lockList")
|
|
|
+// lockList.remove(lockNfc)
|
|
|
+// mBinding?.etLockList?.setText("LockList : $lockList")
|
|
|
}
|
|
|
}
|
|
|
}
|