|
@@ -196,6 +196,7 @@ class AccountFrom extends Component {
|
|
|
data: { ...data, ...obj }
|
|
|
})
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
</View>
|
|
|
<View className="inputFormItem" style={{ display: this.getShow(type, "payerName") }}>
|
|
@@ -211,6 +212,7 @@ class AccountFrom extends Component {
|
|
|
data: { ...data, ...obj }
|
|
|
})
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
</View>
|
|
|
<View className="inputFormItem" style={{ display: this.getShow(type, "openBank") }}>
|
|
@@ -226,6 +228,7 @@ class AccountFrom extends Component {
|
|
|
data: { ...data, ...obj }
|
|
|
})
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
</View>
|
|
|
<View className="inputFormItem" style={{ display: this.getShow(type, "bankAccounts") }}>
|
|
@@ -241,6 +244,7 @@ class AccountFrom extends Component {
|
|
|
data: { ...data, ...obj }
|
|
|
})
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
</View>
|
|
|
<View className="inputFormItem" style={{ display: this.getShow(type, "openBankAddress") }}>
|
|
@@ -256,6 +260,7 @@ class AccountFrom extends Component {
|
|
|
data: { ...data, ...obj }
|
|
|
})
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
</View>
|
|
|
<View className="inputFormItem" style={{ display: this.getShow(type, "amount") }}>
|
|
@@ -271,6 +276,7 @@ class AccountFrom extends Component {
|
|
|
data: { ...data, ...obj }
|
|
|
})
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
</View>
|
|
|
<View className="bottom">
|