[v6.2.6]下一单验证时NumberView未恢复初始位
This commit is contained in:
@@ -58,12 +58,7 @@ class NumberCheckView @JvmOverloads constructor(
|
||||
|
||||
fun resetNum(phone:String){
|
||||
this.phone = phone
|
||||
for(i in numSelect.indices){
|
||||
numSelect[i] = null
|
||||
}
|
||||
numSelectTextView.forEach {
|
||||
it?.text = ""
|
||||
}
|
||||
clearNumber()
|
||||
}
|
||||
|
||||
private fun initView(context: Context) {
|
||||
|
||||
@@ -58,12 +58,7 @@ class NumberCheckView @JvmOverloads constructor(
|
||||
|
||||
fun resetNum(phone:String){
|
||||
this.phone = phone
|
||||
for(i in numSelect.indices){
|
||||
numSelect[i] = null
|
||||
}
|
||||
numSelectTextView.forEach {
|
||||
it?.text = ""
|
||||
}
|
||||
clearNumber()
|
||||
}
|
||||
|
||||
private fun initView(context: Context) {
|
||||
|
||||
Reference in New Issue
Block a user