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

视频详情

... ... @@ -80,8 +80,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="322">
<caret line="218" column="61" selection-start-line="218" selection-start-column="61" selection-end-line="218" selection-end-column="61" />
<state relative-caret-position="577">
<caret line="230" column="31" selection-start-line="230" selection-start-column="31" selection-end-line="230" selection-end-column="31" />
<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" />
... ... @@ -437,21 +437,7 @@
<workItem from="1572568391799" duration="24440000" />
<workItem from="1572668245063" duration="699000" />
<workItem from="1572827640492" duration="25475000" />
<workItem from="1572914713443" duration="9387000" />
</task>
<task id="LOCAL-00106" summary="视频详情">
<created>1572917203597</created>
<option name="number" value="00106" />
<option name="presentableId" value="LOCAL-00106" />
<option name="project" value="LOCAL" />
<updated>1572917203597</updated>
</task>
<task id="LOCAL-00107" summary="视频详情">
<created>1572917409121</created>
<option name="number" value="00107" />
<option name="presentableId" value="LOCAL-00107" />
<option name="project" value="LOCAL" />
<updated>1572917409121</updated>
<workItem from="1572914713443" duration="11030000" />
</task>
<task id="LOCAL-00108" summary="视频详情">
<created>1572917469279</created>
... ... @@ -782,11 +768,25 @@
<option name="project" value="LOCAL" />
<updated>1572923986177</updated>
</task>
<option name="localTasksCounter" value="155" />
<task id="LOCAL-00155" summary="视频详情">
<created>1572924115829</created>
<option name="number" value="00155" />
<option name="presentableId" value="LOCAL-00155" />
<option name="project" value="LOCAL" />
<updated>1572924115829</updated>
</task>
<task id="LOCAL-00156" summary="视频详情">
<created>1572924164372</created>
<option name="number" value="00156" />
<option name="presentableId" value="LOCAL-00156" />
<option name="project" value="LOCAL" />
<updated>1572924164372</updated>
</task>
<option name="localTasksCounter" value="157" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="308965000" />
<option name="totallyTimeSpent" value="310608000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1208,8 +1208,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="322">
<caret line="218" column="61" selection-start-line="218" selection-start-column="61" selection-end-line="218" selection-end-column="61" />
<state relative-caret-position="577">
<caret line="230" column="31" selection-start-line="230" selection-start-column="31" selection-end-line="230" selection-end-column="31" />
<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" />
... ...
... ... @@ -226,6 +226,9 @@
clearInterval(audioTimer)
}
}, 1000);
}else{
vo.currentTime = 0;
vo.pause();
}
});
});
... ...