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

视频详情

... ... @@ -2,6 +2,7 @@
<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" />
... ... @@ -79,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="713">
<caret line="229" column="35" selection-start-line="229" selection-start-column="35" selection-end-line="229" selection-end-column="35" />
<state relative-caret-position="696">
<caret line="234" column="84" selection-start-line="234" selection-start-column="84" selection-end-line="234" selection-end-column="84" />
<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" />
... ... @@ -436,28 +437,7 @@
<workItem from="1572568391799" duration="24440000" />
<workItem from="1572668245063" duration="699000" />
<workItem from="1572827640492" duration="25475000" />
<workItem from="1572914713443" duration="11074000" />
</task>
<task id="LOCAL-00109" summary="视频详情">
<created>1572917631529</created>
<option name="number" value="00109" />
<option name="presentableId" value="LOCAL-00109" />
<option name="project" value="LOCAL" />
<updated>1572917631529</updated>
</task>
<task id="LOCAL-00110" summary="视频详情">
<created>1572917807857</created>
<option name="number" value="00110" />
<option name="presentableId" value="LOCAL-00110" />
<option name="project" value="LOCAL" />
<updated>1572917807857</updated>
</task>
<task id="LOCAL-00111" summary="视频详情">
<created>1572918441839</created>
<option name="number" value="00111" />
<option name="presentableId" value="LOCAL-00111" />
<option name="project" value="LOCAL" />
<updated>1572918441839</updated>
<workItem from="1572914713443" duration="11380000" />
</task>
<task id="LOCAL-00112" summary="视频详情">
<created>1572918489266</created>
... ... @@ -781,11 +761,32 @@
<option name="project" value="LOCAL" />
<updated>1572930709950</updated>
</task>
<option name="localTasksCounter" value="158" />
<task id="LOCAL-00158" summary="视频详情">
<created>1572930757401</created>
<option name="number" value="00158" />
<option name="presentableId" value="LOCAL-00158" />
<option name="project" value="LOCAL" />
<updated>1572930757401</updated>
</task>
<task id="LOCAL-00159" summary="视频详情">
<created>1572930903590</created>
<option name="number" value="00159" />
<option name="presentableId" value="LOCAL-00159" />
<option name="project" value="LOCAL" />
<updated>1572930903590</updated>
</task>
<task id="LOCAL-00160" summary="视频详情">
<created>1572930955929</created>
<option name="number" value="00160" />
<option name="presentableId" value="LOCAL-00160" />
<option name="project" value="LOCAL" />
<updated>1572930955929</updated>
</task>
<option name="localTasksCounter" value="161" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="310652000" />
<option name="totallyTimeSpent" value="310958000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1207,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="713">
<caret line="229" column="35" selection-start-line="229" selection-start-column="35" selection-end-line="229" selection-end-column="35" />
<state relative-caret-position="696">
<caret line="234" column="84" selection-start-line="234" selection-start-column="84" selection-end-line="234" selection-end-column="84" />
<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" />
... ...
... ... @@ -230,7 +230,9 @@
console.log(111);
vo.currentTime = 0;
vo.pause();
audio.eq(key).parents('.detail_audio_wrap').siblings().find(".b3").siblings().removeClass("b_active")
audio.eq(key).parents('.detail_audio_wrap').siblings().find(".b3").siblings().removeClass("b_active");
audio.eq(key).parents('.detail_audio_wrap').siblings().find(".b1").siblings().removeClass("b_active");
audio.eq(key).parents('.detail_audio_wrap').siblings().find(".b5").siblings().removeClass("b_active");
}
});
});
... ...