答题提示音

发布于 4 年前作者 yanglei2167 次浏览最后编辑 4 年前来自 share

    selectAnswer(e) {

// 提示音 开始

    this.innerAudioContext = wx.createInnerAudioContext()

    var src = '/asserts/sound/1.mp3';

    this.innerAudioContext.autoplay = true;

    this.innerAudioContext.obeyMuteSwitch = true;

    this.innerAudioContext.src = src;

    this.innerAudioContext.play();

    // 提示音 结束

}


0 回复
暂无回复