8 lines
625 B
Plaintext
8 lines
625 B
Plaintext
<video id="myVideo" style="width: 750rpx;height:430rpx" src="https://xyg.jsjbkc.com/pics/xyg1.mp4?v1637136793874" enable-danmu danmu-btn controls="{{false}}" autoplay='{{true}}' bindtimeupdate="videoUpdate" objectFit="fill"></video>
|
|
<view class='process-container'>
|
|
<image src='{{playStates ? "../../img/play.png" : "../../img/pause.png"}}' value="{{sliderValue}}" bindtap='videoOpreation'></image>
|
|
</view>
|
|
<view class='slider-container'>
|
|
<slider bindchange="sliderChange" bindchanging="sliderChanging" step="1" value="{{sliderValue}}" backgroundColor="#A8A8A8" activeColor="#1ccfd6" block-color="#1ccfd6" />
|
|
</view>
|