适配
This commit is contained in:
parent
8ff370701d
commit
0eac126f40
@ -478,6 +478,7 @@ export default function CardProj(props: any) {
|
||||
}
|
||||
</div> */}
|
||||
<div className='cpbc-bot' style={{ color: '#FFA415' }}>
|
||||
|
||||
产权所属者:{data.apply.authorName}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,5 +1,5 @@
|
||||
.card-proj-loading {
|
||||
width: 317px;
|
||||
width: 95%;
|
||||
padding: 20px 25px;
|
||||
box-sizing: border-box;
|
||||
background-color: #F5FAFE;
|
||||
|
@ -1,5 +1,5 @@
|
||||
.card-proj-result {
|
||||
width: 317px;
|
||||
width: 95%;
|
||||
min-height: 97px;
|
||||
padding: 20px 25px;
|
||||
box-sizing: border-box;
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -33,7 +33,7 @@ import {
|
||||
CloseOutlined
|
||||
} from '@ant-design/icons';
|
||||
import { useLocation } from 'react-router-dom';
|
||||
import { get, downloadUrl,post } from '../../util/AjaxUtils.ts'
|
||||
import { get, downloadUrl, post } from '../../util/AjaxUtils.ts'
|
||||
import { setMenuActive } from '../../util/cache.ts'
|
||||
import gpsImg from '../../static/right/gps.png'
|
||||
import backImg from '../../static/right/back.png'
|
||||
@ -523,22 +523,22 @@ export default function Index() {
|
||||
messageApi,
|
||||
url: `/api/coupon/user/save`,
|
||||
body: {
|
||||
couponId:couponId
|
||||
couponId: couponId
|
||||
},
|
||||
onBefore() {
|
||||
|
||||
},
|
||||
onSuccess() {
|
||||
messageApi.success('领取成功')
|
||||
setTimeout(()=>{
|
||||
messageApi.success('领取成功')
|
||||
setTimeout(() => {
|
||||
setCoupon(false)
|
||||
},500)
|
||||
}, 500)
|
||||
},
|
||||
onFinally() {
|
||||
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
useEffect(() => {
|
||||
// const nowname = sessionStorage.getItem('now')
|
||||
if (location.pathname == '/') {
|
||||
@ -1053,17 +1053,29 @@ export default function Index() {
|
||||
{/* {renderStatus()} */}
|
||||
<div className='gps'>
|
||||
<img src={gpsImg} alt="" />
|
||||
<div>当前位置:{now}</div>
|
||||
<div className='gps-now'>当前位置:{now}</div>
|
||||
</div>
|
||||
<div className='mediaLine'>
|
||||
<div className='line' style={{
|
||||
display: showSearchBox ? 'block' : 'none',
|
||||
|
||||
}} ></div>
|
||||
</div>
|
||||
<div style={{ display: showSearchBox ? 'block' : 'none' }}>
|
||||
<div style={{
|
||||
display: 'flex',
|
||||
alignItems: 'center'
|
||||
}}>
|
||||
<div className='line' style={{
|
||||
display: showSearchBox ? 'block' : 'none',
|
||||
<div
|
||||
className='mediaSearch'
|
||||
style={{
|
||||
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
minHeight: 62,
|
||||
// flexWrap: 'wrap',
|
||||
padding: '10px 0',
|
||||
boxSizing: 'border-box',
|
||||
// background:'red',
|
||||
// width:890
|
||||
}}>
|
||||
|
||||
}} ></div>
|
||||
|
||||
<div
|
||||
style={{
|
||||
@ -1222,12 +1234,16 @@ export default function Index() {
|
||||
</div>
|
||||
|
||||
<div style={{ display: refunSearchBox ? 'block' : 'none' }}>
|
||||
<div style={{
|
||||
display: 'flex',
|
||||
alignItems: 'center'
|
||||
}}>
|
||||
<div className='line' style={{
|
||||
}} ></div>
|
||||
<div
|
||||
className='mediaSearch'
|
||||
style={{
|
||||
display: 'flex',
|
||||
alignItems: 'center'
|
||||
}}>
|
||||
<div className='mediaLine'>
|
||||
<div className='line' style={{
|
||||
}} ></div>
|
||||
</div>
|
||||
<Button type="primary" onClick={() => {
|
||||
setRefunModal(true)
|
||||
refunInit()
|
||||
@ -1283,12 +1299,14 @@ export default function Index() {
|
||||
|
||||
|
||||
<div style={{ display: correctionSearchBox ? 'block' : 'none' }}>
|
||||
<div style={{
|
||||
<div className='mediaSearch' style={{
|
||||
display: 'flex',
|
||||
alignItems: 'center'
|
||||
}}>
|
||||
<div className='line' style={{
|
||||
}} ></div>
|
||||
<div className='mediaLine'>
|
||||
<div className='line' style={{
|
||||
}} ></div>
|
||||
</div>
|
||||
<Button type="primary" onClick={() => {
|
||||
setCorrectionModal(true)
|
||||
correctionInit()
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user