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

视频详情

... ... @@ -2,7 +2,6 @@
<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" />
... ... @@ -89,8 +88,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="696">
<caret line="198" column="16" selection-start-line="198" selection-start-column="16" selection-end-line="202" selection-end-column="14" />
<state relative-caret-position="173">
<caret line="178" column="28" selection-start-line="178" selection-start-column="28" selection-end-line="178" selection-end-column="28" />
<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,14 +436,7 @@
<workItem from="1572568391799" duration="24440000" />
<workItem from="1572668245063" duration="699000" />
<workItem from="1572827640492" duration="25475000" />
<workItem from="1572914713443" duration="3719000" />
</task>
<task id="LOCAL-00062" summary="广告详情">
<created>1572572088614</created>
<option name="number" value="00062" />
<option name="presentableId" value="LOCAL-00062" />
<option name="project" value="LOCAL" />
<updated>1572572088615</updated>
<workItem from="1572914713443" duration="3768000" />
</task>
<task id="LOCAL-00063" summary="广告详情">
<created>1572572157056</created>
... ... @@ -782,11 +774,18 @@
<option name="project" value="LOCAL" />
<updated>1572917807857</updated>
</task>
<option name="localTasksCounter" value="111" />
<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>
</task>
<option name="localTasksCounter" value="112" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="303297000" />
<option name="totallyTimeSpent" value="303346000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1208,8 +1207,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="696">
<caret line="198" column="16" selection-start-line="198" selection-start-column="16" selection-end-line="202" selection-end-column="14" />
<state relative-caret-position="173">
<caret line="178" column="28" selection-start-line="178" selection-start-column="28" selection-end-line="178" selection-end-column="28" />
<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" />
... ...
... ... @@ -176,8 +176,7 @@
var audio = $(".audio");
// 音频时长
$(audio).each(function (key, vo) {
console.log(vo);
audio.eq(vo).parents('.detail_audio_wrap').find('.audio_time').text(changeTime(audio.eq(vo).duration));
audio.eq(key).parents('.detail_audio_wrap').find('.audio_time').text(changeTime(audio.eq(key).duration));
});
$(".audio_style").click(function() {
audio.play();
... ...