feat: 交互按钮
This commit is contained in:
@@ -35,4 +35,5 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
@@ -222,7 +222,8 @@ const details = () => {
|
||||
<Dialog
|
||||
id="vanDialog3"
|
||||
title="长按二维码识别"
|
||||
// showCancelButton
|
||||
showCancelButton={false}
|
||||
showConfirmButton={false}
|
||||
// confirmButtonOpenType="getUserInfo"
|
||||
show={show}
|
||||
onClose={() => setShow(false)}
|
||||
@@ -237,6 +238,10 @@ const details = () => {
|
||||
src={dataSource?.qrCode}
|
||||
// src='cloud://citynew-0givkbre03955d8c.6369-citynew-0givkbre03955d8c-1253655588/images/touxiang/download-1.jpg'
|
||||
></Image>
|
||||
|
||||
<Button style={{width:'130px',marginTop:'20px'}} type="primary" round size="small" onClick={()=>{
|
||||
setShow(false)
|
||||
}}>关闭</Button>
|
||||
</View>
|
||||
</Dialog>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user