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

视频详情

... ... @@ -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="662">
<caret line="205" column="71" selection-start-line="205" selection-start-column="71" selection-end-line="205" selection-end-column="71" />
<state relative-caret-position="424">
<caret line="197" column="46" selection-start-line="197" selection-start-column="46" selection-end-line="197" selection-end-column="46" />
<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,28 +437,7 @@
<workItem from="1572568391799" duration="24440000" />
<workItem from="1572668245063" duration="699000" />
<workItem from="1572827640492" duration="25475000" />
<workItem from="1572914713443" duration="6784000" />
</task>
<task id="LOCAL-00086" summary="视频详情">
<created>1572858767663</created>
<option name="number" value="00086" />
<option name="presentableId" value="LOCAL-00086" />
<option name="project" value="LOCAL" />
<updated>1572858767663</updated>
</task>
<task id="LOCAL-00087" summary="视频详情">
<created>1572858925548</created>
<option name="number" value="00087" />
<option name="presentableId" value="LOCAL-00087" />
<option name="project" value="LOCAL" />
<updated>1572858925548</updated>
</task>
<task id="LOCAL-00088" summary="视频详情">
<created>1572858971549</created>
<option name="number" value="00088" />
<option name="presentableId" value="LOCAL-00088" />
<option name="project" value="LOCAL" />
<updated>1572858971550</updated>
<workItem from="1572914713443" duration="7188000" />
</task>
<task id="LOCAL-00089" summary="视频详情">
<created>1572859000881</created>
... ... @@ -782,11 +761,32 @@
<option name="project" value="LOCAL" />
<updated>1572921301103</updated>
</task>
<option name="localTasksCounter" value="135" />
<task id="LOCAL-00135" summary="视频详情">
<created>1572921513840</created>
<option name="number" value="00135" />
<option name="presentableId" value="LOCAL-00135" />
<option name="project" value="LOCAL" />
<updated>1572921513840</updated>
</task>
<task id="LOCAL-00136" summary="视频详情">
<created>1572921703541</created>
<option name="number" value="00136" />
<option name="presentableId" value="LOCAL-00136" />
<option name="project" value="LOCAL" />
<updated>1572921703541</updated>
</task>
<task id="LOCAL-00137" summary="视频详情">
<created>1572921752042</created>
<option name="number" value="00137" />
<option name="presentableId" value="LOCAL-00137" />
<option name="project" value="LOCAL" />
<updated>1572921752042</updated>
</task>
<option name="localTasksCounter" value="138" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="306362000" />
<option name="totallyTimeSpent" value="306766000" />
</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="662">
<caret line="205" column="71" selection-start-line="205" selection-start-column="71" selection-end-line="205" selection-end-column="71" />
<state relative-caret-position="424">
<caret line="197" column="46" selection-start-line="197" selection-start-column="46" selection-end-line="197" selection-end-column="46" />
<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" />
... ...
... ... @@ -195,6 +195,7 @@
console.log(audio.eq(key));
if(key == $('.audio_style').index(this)){
var audioTimer = setInterval(function() {
console.log(audioTime);
audioTime--;
if (audioTime % 2 == 0) {
audio.eq(key).parents('.detail_audio_wrap').find('.b3').siblings().removeClass("b_active")
... ...