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

音频

... ... @@ -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="214">
<caret line="206" column="49" selection-start-line="206" selection-start-column="49" selection-end-line="206" selection-end-column="49" />
<state relative-caret-position="571">
<caret line="233" column="59" selection-start-line="233" selection-start-column="59" selection-end-line="233" selection-end-column="59" />
<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,14 +467,7 @@
<workItem from="1572568391799" duration="24440000" />
<workItem from="1572668245063" duration="699000" />
<workItem from="1572827640492" duration="25475000" />
<workItem from="1572914713443" duration="15708000" />
</task>
<task id="LOCAL-00140" summary="视频详情">
<created>1572922083352</created>
<option name="number" value="00140" />
<option name="presentableId" value="LOCAL-00140" />
<option name="project" value="LOCAL" />
<updated>1572922083352</updated>
<workItem from="1572914713443" duration="16268000" />
</task>
<task id="LOCAL-00141" summary="视频详情">
<created>1572922128656</created>
... ... @@ -812,11 +805,18 @@
<option name="project" value="LOCAL" />
<updated>1572935253511</updated>
</task>
<option name="localTasksCounter" value="189" />
<task id="LOCAL-00189" summary="音频">
<created>1572935403850</created>
<option name="number" value="00189" />
<option name="presentableId" value="LOCAL-00189" />
<option name="project" value="LOCAL" />
<updated>1572935403850</updated>
</task>
<option name="localTasksCounter" value="190" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="315286000" />
<option name="totallyTimeSpent" value="315846000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1239,8 +1239,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="214">
<caret line="206" column="49" selection-start-line="206" selection-start-column="49" selection-end-line="206" selection-end-column="49" />
<state relative-caret-position="571">
<caret line="233" column="59" selection-start-line="233" selection-start-column="59" selection-end-line="233" selection-end-column="59" />
<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" />
... ...
... ... @@ -231,7 +231,7 @@
console.log(audioTimer[key]+"暂停");
vo.currentTime = 0;
vo.pause();
clearInterval(audioTimer[key]);
clearInterval(eval(audioTimer[key]));
audio.eq(key).parents('.detail_audio_wrap').find(".b3").siblings().removeClass("b_active");
console.log("???")
/*var highestIntervalId = setInterval(";");
... ...