|
@ -859,7 +859,7 @@ const OlMap = (props) => { |
|
|
<Carousel autoplay > |
|
|
<Carousel autoplay > |
|
|
{ |
|
|
{ |
|
|
r.scenePic?.map(v => <img className='picfileimg' |
|
|
r.scenePic?.map(v => <img className='picfileimg' |
|
|
style={{ width: 80, display: 'inline-block', }} |
|
|
style={{ width: 80,maxHeight:70, display: 'inline-block', }} |
|
|
src={ |
|
|
src={ |
|
|
v.startsWith("http") ? v : |
|
|
v.startsWith("http") ? v : |
|
|
`${localStorage.getItem("qndmn")}/${v}` |
|
|
`${localStorage.getItem("qndmn")}/${v}` |
|
|