|
@@ -897,13 +897,11 @@ export default class Index extends Component {
|
897
|
897
|
}
|
898
|
898
|
|
899
|
899
|
renderVideo () {
|
900
|
|
- console.log('-------props------', this.props)
|
901
|
900
|
const { projectDetail } = this.props
|
902
|
901
|
return (
|
903
|
902
|
<View
|
904
|
903
|
className="pro__banner"
|
905
|
904
|
>
|
906
|
|
- { console.log('-------projectDetail.videoUrl------', projectDetail.videoUrl)}
|
907
|
905
|
<Video
|
908
|
906
|
src={projectDetail.videoUrl}
|
909
|
907
|
// src='http://wxsnsdy.tc.qq.com/105/20210/snsdyvideodownload?filekey=30280201010421301f0201690402534804102ca905ce620b1241b726bc41dcff44e00204012882540400&bizid=1023&hy=SH&fileparam=302c020101042530230204136ffd93020457e3c4ff02024ef202031e8d7f02030f42400204045a320a0201000400'
|
|
@@ -920,7 +918,6 @@ export default class Index extends Component {
|
920
|
918
|
}
|
921
|
919
|
|
922
|
920
|
changeCurrent (current) {
|
923
|
|
- // console.log('value:', current)
|
924
|
921
|
this.setState({
|
925
|
922
|
current: current + 1
|
926
|
923
|
})
|
|
@@ -935,10 +932,6 @@ export default class Index extends Component {
|
935
|
932
|
const { total = 0, records = [] } = uvList
|
936
|
933
|
const openDate = projectDetail.openingDate ? dayjs(projectDetail.openingDate).locale('zh-cn').format('YYYY年M月D日') : '暂无'
|
937
|
934
|
|
938
|
|
- // if (projectDetail.videoUrl != null){
|
939
|
|
- // setState({ btnstate: 1 }
|
940
|
|
- // },
|
941
|
|
-
|
942
|
935
|
return (
|
943
|
936
|
<Block>
|
944
|
937
|
{
|