可尝试以下方法:1、重启手机看看。2、重新登录微信,再扫码尝试。3、进入手机设置--声音(与振昌毕斗动)中关闭手机振动看看。4、先备份好微信里的重要数据,将微信卸载重装尝试。5、进入手机设置--更多设置--恢复出厂设置(备份与重置)--还原所有设置, *** 作前先备份好手机里的重要数据。
imeUpdate: function (e) {
//实时播放进度 秒数
var currentTime = parseInt(e.detail.currentTime)
console.log("视频播放到第" + currentTime + "秒")//查看正在播放时间,以秒为单位
if(currentTime>300){
let videoContext = wx.createVideoContext('myVideo', this)
console.log(videoContext)
videoContext.pause
念消videoContext.seek("1")
videoContext.pause
wx.showModal({
title: '充值提示',
content: "非会员只能看前五分钟的内容",//提示内容
confirmColor: '#2EA7E0',//确定按钮的颜色
胡高仔 showCancel: false,//不显示取消按钮
success (res) {
if (res.confirm) {
console.log('用户点击确定按钮')
} else if (res.cancel) {
console.log('用户点击取消按钮')
}
}
})
}
裤汪 },
<video bindtimeupdate="timeUpdate" id="myVideo" src="{{kino_mazmuni.info.resource_url}}" initial-time="{{kino_mazmuni.duration_time}}" title="{{kino_mazmuni.info.video_name}}" object-fit="fill" enable-auto-rotation="true" vslide-gesture="true" enable-play-gesture="true" auto-pause-if-navigate="true" show-screen-lock-button="true" duration="15" enable-auto-rotation="true" duration="true" show-fullscreen-btn show-casting-button="true" autoplay="true" poster='https://apqak.alkuyi.com/alkuyi_video_poster.png' objectFit="cover" class="bofangqi">
运行条件
HBuilder X 2.2.2
安装后,从插件市场导搜备入,即可真机运行
vue
项目地址
github
uniapp插件市场
说明
插件分纳扒别用swiper实现(多端兼容)和css3动画实现(暂时只支持app),可自行切换。
插件在uni-app编译模式下编写(已切换)。
默认为weex编译模式,在 manifest.json 的源码视图里配置是切换模式, manifest.json ->app-plus ->nvueCompiler 切换编译模式。
swiper在非App端内嵌video性能比较洞漏昌差,不建议导入过多视频。
项目效果
h5在线地址
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)