作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

视频详情

... ... @@ -2,7 +2,6 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="309ad746-5b2a-4c29-af46-e7925a35765c" name="默认的" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/application/home/view/goods/audio_detail.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/home/view/goods/audio_detail.html" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
... ... @@ -89,8 +88,8 @@
<file leaf-file-name="audio_detail.html" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/application/home/view/goods/audio_detail.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="407">
<caret line="215" column="51" selection-start-line="215" selection-start-column="51" selection-end-line="215" selection-end-column="51" />
<state relative-caret-position="186">
<caret line="202" column="75" selection-start-line="202" selection-start-column="75" selection-end-line="202" selection-end-column="75" />
<folding>
<element signature="n#style#0;n#div#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
<element signature="n#style#0;n#div#4;n#div#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
... ... @@ -467,21 +466,7 @@
<workItem from="1572568391799" duration="24440000" />
<workItem from="1572668245063" duration="699000" />
<workItem from="1572827640492" duration="25475000" />
<workItem from="1572914713443" duration="14588000" />
</task>
<task id="LOCAL-00132" summary="视频详情">
<created>1572920802865</created>
<option name="number" value="00132" />
<option name="presentableId" value="LOCAL-00132" />
<option name="project" value="LOCAL" />
<updated>1572920802865</updated>
</task>
<task id="LOCAL-00133" summary="视频详情">
<created>1572920829342</created>
<option name="number" value="00133" />
<option name="presentableId" value="LOCAL-00133" />
<option name="project" value="LOCAL" />
<updated>1572920829342</updated>
<workItem from="1572914713443" duration="14981000" />
</task>
<task id="LOCAL-00134" summary="视频详情">
<created>1572921301103</created>
... ... @@ -812,11 +797,25 @@
<option name="project" value="LOCAL" />
<updated>1572934224065</updated>
</task>
<option name="localTasksCounter" value="181" />
<task id="LOCAL-00181" summary="视频详情">
<created>1572934271406</created>
<option name="number" value="00181" />
<option name="presentableId" value="LOCAL-00181" />
<option name="project" value="LOCAL" />
<updated>1572934271406</updated>
</task>
<task id="LOCAL-00182" summary="视频详情">
<created>1572934319491</created>
<option name="number" value="00182" />
<option name="presentableId" value="LOCAL-00182" />
<option name="project" value="LOCAL" />
<updated>1572934319491</updated>
</task>
<option name="localTasksCounter" value="183" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="314166000" />
<option name="totallyTimeSpent" value="314559000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1238,8 +1237,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/home/view/goods/audio_detail.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="407">
<caret line="215" column="51" selection-start-line="215" selection-start-column="51" selection-end-line="215" selection-end-column="51" />
<state relative-caret-position="186">
<caret line="202" column="75" selection-start-line="202" selection-start-column="75" selection-end-line="202" selection-end-column="75" />
<folding>
<element signature="n#style#0;n#div#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
<element signature="n#style#0;n#div#4;n#div#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
... ...
... ... @@ -197,9 +197,7 @@
var index = $('.audio_style').index(this);
$(audio).each(function (key, vo) {
audioTimer[key] = "audioTimer"+key;
console.log(audioTimer);
if(key == index){
console.log(vo.currentTime);
if(vo.currentTime == 0 || vo.currentTime == vo.duration){
console.log(audioTimer[key]);
vo.play();
... ... @@ -229,7 +227,7 @@
}
}, 1000);
}else{
console.log(123);
console.log(audioTimer[key]);
vo.currentTime = 0;
vo.pause();
clearInterval(audioTimer[key])
... ...