Files
sociology_app/unpackage/dist/dev/mp-weixin/pages/component/video/video.wxml
2025-05-06 13:33:55 +08:00

1 line
1.0 KiB
Plaintext

<view><page-head vue-id="17fb8fda-1" title="{{title}}" bind:__l="__l"></page-head><block wx:if="{{showVideo}}"><view class="uni-padding-wrap uni-common-mt"><view><video id="myVideo" src="https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/2minute-demo.mp4" danmu-list="{{danmuList}}" enable-danmu="{{true}}" danmu-btn="{{true}}" controls="{{true}}" poster="https://web-assets.dcloud.net.cn/unidoc/zh/poster.png" data-event-opts="{{[['error',[['videoErrorCallback',['$event']]]]]}}" binderror="__e"></video></view><view class="uni-list uni-common-mt"><view class="uni-list-cell"><view><view class="uni-label">弹幕内容</view></view><view class="uni-list-cell-db"><input class="uni-input" type="text" placeholder="在此处输入弹幕内容" data-event-opts="{{[['input',[['__set_model',['','danmuValue','$event',[]]]]]]}}" value="{{danmuValue}}" bindinput="__e"/></view></view></view><view class="uni-btn-v"><button data-event-opts="{{[['tap',[['sendDanmu',['$event']]]]]}}" class="page-body-button" bindtap="__e">发送弹幕</button></view></view></block></view>