UI优化
This commit is contained in:
@@ -292,6 +292,7 @@ const Withdrawal: React.FC = () => {
|
||||
|
||||
{/* 提现输入密码弹窗 */}
|
||||
<CommonPopup
|
||||
showHeader={true}
|
||||
visible={show_withdraw_popup}
|
||||
onClose={() => set_show_withdraw_popup(false)}
|
||||
title="提现"
|
||||
@@ -310,7 +311,7 @@ const Withdrawal: React.FC = () => {
|
||||
))
|
||||
}
|
||||
</View>
|
||||
<Input holdKeyboard={true} ref={inputRef} focus={isFocus} type="number" adjustPosition={false} style={{ width: "0", height: "0", opacity: "0" }} value={password.filter(item => item !== "").join("")} maxlength={6} onInput={handlePasswordInput} onBlur={() => {set_show_withdraw_popup(false)}} />
|
||||
<Input holdKeyboard={true} ref={inputRef} focus={isFocus} type="number" adjustPosition={false} style={{ width: "0", height: "0", opacity: "0" }} value={password.filter(item => item !== "").join("")} maxlength={6} onInput={handlePasswordInput} onBlur={() => { set_show_withdraw_popup(false) }} />
|
||||
</View>
|
||||
</CommonPopup>
|
||||
</View >
|
||||
|
||||
Reference in New Issue
Block a user