周立森 5 years ago
parent
commit
48818b86d8
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      src/pages/project/detail/index.js

+ 0
- 7
src/pages/project/detail/index.js View File

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