1、在onShow中为video标签创建上下文 onShow (){ this.videoContext = wx.createVideoContext('myVideo') } 2、该操作可以使播放进度归为0: this.videoContext.seek(0);