Browse Source

scene_pic

dev
巴林闲侠 2 years ago
parent
commit
7076bafa54
  1. 11
      web/client/src/sections/quanju/containers/public/olMap.js

11
web/client/src/sections/quanju/containers/public/olMap.js

@ -299,7 +299,13 @@ const OlMap = (props) => {
<div style={{ width: "50%", height: "100%", }}>
{
pointItem.id ?
<Hua shuzu={[{
<Hua shuzu={
isRoadProject ?
[{
"imgs": pointItem.scene_pic && pointItem.scene_pic.length ?
pointItem.scene_pic[0] : ""
}] :
[{
"imgs": pointItem.conserve_after_pic ?
pointItem.conserve_after_pic[0] : ""
}, {
@ -308,7 +314,8 @@ const OlMap = (props) => {
}, {
"imgs": pointItem.conserve_underway_pic ?
pointItem.conserve_underway_pic[0] : ""
}]} />
}]}
/>
: ''
}
</div>

Loading…
Cancel
Save