参数number currentTime跳转的位置,单位 s。精确到小数点后 3 位,即支持 ms 级别精确度
const innerAudioContext = wx.getBackgroundAudioManager() //获取背景音频实例 innerAudioContext.seek(15) // 设定当前播放时间为15秒