|
@@ -949,21 +949,21 @@ export default class Index extends Component {
|
949
|
949
|
width: '750rpx'
|
950
|
950
|
}}
|
951
|
951
|
id='myVideo'
|
952
|
|
- controls={false}
|
|
952
|
+ // controls={false}
|
953
|
953
|
// autoplay={false}
|
954
|
954
|
// initialTime='0'
|
955
|
955
|
// loop={false}
|
956
|
956
|
// muted={false}
|
957
|
957
|
|
958
|
958
|
show-mute-btn='true'
|
959
|
|
- onPlay={this.onPlay}
|
960
|
|
- show-center-play-btn='false'
|
961
|
|
- onPause= {this.onPause}
|
|
959
|
+ // onPlay={this.onPlay}
|
|
960
|
+ // show-center-play-btn='false'
|
|
961
|
+ // onPause= {this.onPause}
|
962
|
962
|
|
963
|
963
|
></Video>
|
964
|
|
- <Button className='pro__banner-btn' onClick={this.plagVideo} style={{ display: videoPlayShow }}>
|
|
964
|
+ {/* <Button className='pro__banner-btn' onClick={this.plagVideo} style={{ display: videoPlayShow }}>
|
965
|
965
|
<Image src={require('@assets/play.png')} mode='scaleToFill' className='pro__banner-btn-img'></Image>
|
966
|
|
- </Button>
|
|
966
|
+ </Button> */}
|
967
|
967
|
|
968
|
968
|
{/* <View className='pro__banner-voice' onClick={this.plagVideo} >
|
969
|
969
|
<Image src={require('@assets/voice.png')} mode='scaleToFill ' className='pro__banner-voice-img'></Image>
|