Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
44cd9c0b
Commit
44cd9c0b
authored
Mar 04, 2020
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
1635ddd3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
13 deletions
+15
-13
index.wxss
business/components/clockitem/index.wxss
+1
-0
constants.js
constants/constants.js
+4
-4
index.wxss
src/components/clockitemv2/index.wxss
+1
-0
index.js
src/pages/websiteindex/index.js
+9
-9
No files found.
business/components/clockitem/index.wxss
View file @
44cd9c0b
...
...
@@ -1584,6 +1584,7 @@
}
.inline-wrapper {
display: inline-block;
overflow: hidden;
}
.teacher-commemt-video-box {
display: flex;
...
...
constants/constants.js
View file @
44cd9c0b
export
default
{
imageRoot
:
'https://cdn.img.shangjiadao.cn/qingxiao/daka/images/'
,
//
host: 'https://qxapi.qingxiao.online/daka',
//
host2: 'https://wx.m.shangjiadao.cn',
host
:
'https://qxapi.qingxiao.online/daka'
,
host2
:
'https://wx.m.shangjiadao.cn'
,
storageVersion
:
'5.0'
,
imageVersion
:
'20200117'
,
host
:
'https://clock.wp53.cn'
,
host2
:
'https://test.wp53.cn'
,
//
host: 'https://clock.wp53.cn',
//
host2: 'https://test.wp53.cn',
appId
:
'wxc1246ea029394785'
,
miniProgram
:
{
clock
:
'wxdeee20e52a1fd7ee'
...
...
src/components/clockitemv2/index.wxss
View file @
44cd9c0b
...
...
@@ -1452,6 +1452,7 @@
.inline-wrapper {
display: inline-block;
overflow: hidden;
}
.teacher-commemt-video-box {
...
...
src/pages/websiteindex/index.js
View file @
44cd9c0b
...
...
@@ -1406,15 +1406,15 @@ Page({
}
})
this
.
innerAudioContext
.
onCanplay
((
e
)
=>
{
const
{
actPalyaudioValue
,
audioStorage
}
=
this
.
data
if
(
audioStorage
[
actPalyaudioValue
].
isWaiting
)
{
clearInterval
(
that
.
data
.
voiceInterval
);
that
.
voiceIntervalPlay
(
actPalyaudioValue
);
audioStorage
[
actPalyaudioValue
].
isWaiting
=
false
that
.
setData
({
audioStorage
,
})
}
//
const { actPalyaudioValue, audioStorage} = this.data
//
if (audioStorage[actPalyaudioValue].isWaiting) {
//
clearInterval(that.data.voiceInterval);
//
that.voiceIntervalPlay(actPalyaudioValue);
//
audioStorage[actPalyaudioValue].isWaiting = false
//
that.setData({
//
audioStorage,
//
})
//
}
})
this
.
innerAudioContext
.
seek
(
audioStorage
[
value
].
currentTime
)
this
.
innerAudioContext
.
play
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment