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

视频详情

... ... @@ -89,8 +89,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="458">
<caret line="230" column="39" selection-start-line="230" selection-start-column="39" selection-end-line="230" selection-end-column="39" />
<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" />
<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 +467,7 @@
<workItem from="1572568391799" duration="24440000" />
<workItem from="1572668245063" duration="699000" />
<workItem from="1572827640492" duration="25475000" />
<workItem from="1572914713443" duration="14481000" />
</task>
<task id="LOCAL-00130" summary="视频详情">
<created>1572920561584</created>
<option name="number" value="00130" />
<option name="presentableId" value="LOCAL-00130" />
<option name="project" value="LOCAL" />
<updated>1572920561584</updated>
</task>
<task id="LOCAL-00131" summary="视频详情">
<created>1572920579425</created>
<option name="number" value="00131" />
<option name="presentableId" value="LOCAL-00131" />
<option name="project" value="LOCAL" />
<updated>1572920579425</updated>
<workItem from="1572914713443" duration="14588000" />
</task>
<task id="LOCAL-00132" summary="视频详情">
<created>1572920802865</created>
... ... @@ -812,11 +798,25 @@
<option name="project" value="LOCAL" />
<updated>1572934125090</updated>
</task>
<option name="localTasksCounter" value="179" />
<task id="LOCAL-00179" summary="视频详情">
<created>1572934163945</created>
<option name="number" value="00179" />
<option name="presentableId" value="LOCAL-00179" />
<option name="project" value="LOCAL" />
<updated>1572934163945</updated>
</task>
<task id="LOCAL-00180" summary="视频详情">
<created>1572934224065</created>
<option name="number" value="00180" />
<option name="presentableId" value="LOCAL-00180" />
<option name="project" value="LOCAL" />
<updated>1572934224065</updated>
</task>
<option name="localTasksCounter" value="181" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="314059000" />
<option name="totallyTimeSpent" value="314166000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1238,8 +1238,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="458">
<caret line="230" column="39" selection-start-line="230" selection-start-column="39" selection-end-line="230" selection-end-column="39" />
<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" />
<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" />
... ...
... ... @@ -213,6 +213,7 @@
audio.eq(key).parents('.detail_audio_wrap').find(".b5").addClass("b_active");
}
if (audioTime <= 0) {
vo.currentTime = 0;
if(over.indexOf(key)){
over.push(key)
}
... ...