Commit 44cd9c0b authored by sujie@126.com's avatar sujie@126.com

dd

parent 1635ddd3
...@@ -1584,6 +1584,7 @@ ...@@ -1584,6 +1584,7 @@
} }
.inline-wrapper { .inline-wrapper {
display: inline-block; display: inline-block;
overflow: hidden;
} }
.teacher-commemt-video-box { .teacher-commemt-video-box {
display: flex; display: flex;
......
export default { export default {
imageRoot: 'https://cdn.img.shangjiadao.cn/qingxiao/daka/images/', imageRoot: 'https://cdn.img.shangjiadao.cn/qingxiao/daka/images/',
// host: 'https://qxapi.qingxiao.online/daka', host: 'https://qxapi.qingxiao.online/daka',
// host2: 'https://wx.m.shangjiadao.cn', host2: 'https://wx.m.shangjiadao.cn',
storageVersion: '5.0', storageVersion: '5.0',
imageVersion: '20200117', imageVersion: '20200117',
host: 'https://clock.wp53.cn', // host: 'https://clock.wp53.cn',
host2: 'https://test.wp53.cn', // host2: 'https://test.wp53.cn',
appId: 'wxc1246ea029394785', appId: 'wxc1246ea029394785',
miniProgram: { miniProgram: {
clock: 'wxdeee20e52a1fd7ee' clock: 'wxdeee20e52a1fd7ee'
......
...@@ -1452,6 +1452,7 @@ ...@@ -1452,6 +1452,7 @@
.inline-wrapper { .inline-wrapper {
display: inline-block; display: inline-block;
overflow: hidden;
} }
.teacher-commemt-video-box { .teacher-commemt-video-box {
......
...@@ -1406,15 +1406,15 @@ Page({ ...@@ -1406,15 +1406,15 @@ Page({
} }
}) })
this.innerAudioContext.onCanplay((e)=>{ this.innerAudioContext.onCanplay((e)=>{
const { actPalyaudioValue, audioStorage} = this.data // const { actPalyaudioValue, audioStorage} = this.data
if (audioStorage[actPalyaudioValue].isWaiting) { // if (audioStorage[actPalyaudioValue].isWaiting) {
clearInterval(that.data.voiceInterval); // clearInterval(that.data.voiceInterval);
that.voiceIntervalPlay(actPalyaudioValue); // that.voiceIntervalPlay(actPalyaudioValue);
audioStorage[actPalyaudioValue].isWaiting = false // audioStorage[actPalyaudioValue].isWaiting = false
that.setData({ // that.setData({
audioStorage, // audioStorage,
}) // })
} // }
}) })
this.innerAudioContext.seek(audioStorage[value].currentTime) this.innerAudioContext.seek(audioStorage[value].currentTime)
this.innerAudioContext.play(); this.innerAudioContext.play();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment