weixin_58412143 2021-06-02 09:53 采纳率: 91.6%
浏览 101
已结题

uniapp 音频快进快退在网页中可以但是在微信开发者工具报错

快进快退

fast() {
				this.innerAudioContext.pause()
				this.innerAudioContext.currentTime+=5;
				this.percent=this.innerAudioContext.currentTime
				this.ifplay = false;
				this.innerAudioContext.play()
			},
			back() {
				this.innerAudioContext.pause()
				this.innerAudioContext.currentTime-=5;
				this.percent=this.innerAudioContext.currentTime
				this.ifplay = false;
				this.innerAudioContext.play()
			},

报错内容

VM83 WAService.js:2 TypeError: Cannot set property currentTime of #<e> which has only a getter
    at Function.<anonymous> (index.js?t=wechat&s=1622598119227&v=04b7b676f32227af3d530a24249d99f3:463)
    at :24954/appservice/<audioContext.onplay callback function>
    at VM83 WAService.js:2
    at c.r (VM83 WAService.js:2)
    at c.emit (VM83 WAService.js:2)
    at VM83 WAService.js:2
    at VM83 WAService.js:2
    at c (VM8 asdebug.js:1)
    at r.<anonymous> (VM8 asdebug.js:1)
    at r.i.emit (VM8 asdebug.js:1)(env: Windows,mp,1.05.2105170; lib: 2.17.0)

  • 写回答

2条回答 默认 最新

  • 易书生 2021-06-02 10:05
    关注

    currentTime 是只读属性,无法设置值

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 2月19日
  • 已采纳回答 2月11日

悬赏问题

  • ¥20 如何推断此服务器配置
  • ¥15 开发一个类似百度网盘的软件,在主页列表点击进入文件夹,在文件夹里面还有文件夹,要建多个列表页面吗?
  • ¥15 关于github的项目怎么在pycharm上面运行
  • ¥15 内存地址视频流转RTMP
  • ¥100 有偿,谁有移远的EC200S固件和最新的Qflsh工具。
  • ¥15 找一个QT页面+目标识别(行人检测)的开源项目
  • ¥15 有没有整苹果智能分拣线上图像数据
  • ¥20 有没有人会这个东西的
  • ¥15 cfx考虑调整“enforce system memory limit”参数的设置
  • ¥30 航迹分离,航迹增强,误差分析