xg
This commit is contained in:
parent
17be1bea46
commit
59064a82f5
@ -11,7 +11,8 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="" style="height: 2rpx;width: 100%;background-color: #f6f6f6;">
|
<view class="" style="height: 2rpx;width: 100%;background-color: #f6f6f6;">
|
||||||
</view>
|
</view>
|
||||||
<video v-if="messageNo" id="myVideo" @timeupdate="videoFun" :src="messageNo" :initial-time="initial_time"
|
<!-- @timeupdate="videoFun" -->
|
||||||
|
<video v-if="messageNo" id="myVideo" :src="messageNo" :initial-time="initial_time"
|
||||||
@ended='ended' />
|
@ended='ended' />
|
||||||
<view class="text">
|
<view class="text">
|
||||||
<text>{{currentItem.content}}</text>
|
<text>{{currentItem.content}}</text>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user