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

视频详情

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="309ad746-5b2a-4c29-af46-e7925a35765c" name="默认的" comment="">
<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>
<list default="true" id="309ad746-5b2a-4c29-af46-e7925a35765c" name="默认的" comment="" />
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="TRACKING_ENABLED" value="true" />
<option name="SHOW_DIALOG" value="false" />
... ... @@ -88,8 +86,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="186">
<caret line="202" column="75" selection-start-line="202" selection-start-column="75" selection-end-line="202" selection-end-column="75" />
<state relative-caret-position="731">
<caret line="239" column="17" selection-start-line="239" selection-start-column="17" selection-end-line="239" selection-end-column="17" />
<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" />
... ... @@ -466,21 +464,7 @@
<workItem from="1572568391799" duration="24440000" />
<workItem from="1572668245063" duration="699000" />
<workItem from="1572827640492" duration="25475000" />
<workItem from="1572914713443" duration="14981000" />
</task>
<task id="LOCAL-00134" summary="视频详情">
<created>1572921301103</created>
<option name="number" value="00134" />
<option name="presentableId" value="LOCAL-00134" />
<option name="project" value="LOCAL" />
<updated>1572921301103</updated>
</task>
<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>
<workItem from="1572914713443" duration="15294000" />
</task>
<task id="LOCAL-00136" summary="视频详情">
<created>1572921703541</created>
... ... @@ -811,11 +795,25 @@
<option name="project" value="LOCAL" />
<updated>1572934319491</updated>
</task>
<option name="localTasksCounter" value="183" />
<task id="LOCAL-00183" summary="视频详情">
<created>1572934665162</created>
<option name="number" value="00183" />
<option name="presentableId" value="LOCAL-00183" />
<option name="project" value="LOCAL" />
<updated>1572934665162</updated>
</task>
<task id="LOCAL-00184" summary="视频详情">
<created>1572934836762</created>
<option name="number" value="00184" />
<option name="presentableId" value="LOCAL-00184" />
<option name="project" value="LOCAL" />
<updated>1572934836762</updated>
</task>
<option name="localTasksCounter" value="185" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="314559000" />
<option name="totallyTimeSpent" value="314872000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1237,8 +1235,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="186">
<caret line="202" column="75" selection-start-line="202" selection-start-column="75" selection-end-line="202" selection-end-column="75" />
<state relative-caret-position="731">
<caret line="239" column="17" selection-start-line="239" selection-start-column="17" selection-end-line="239" selection-end-column="17" />
<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" />
... ...
... ... @@ -227,11 +227,11 @@
}
}, 1000);
}else{
console.log(123);
console.log(audioTimer[key]);
vo.currentTime = 0;
vo.pause();
clearInterval(audioTimer[key])
audio.eq(key).parents('.detail_audio_wrap').find(".b3").siblings().removeClass("b_active");
/*var highestIntervalId = setInterval(";");
console.log(highestIntervalId);
for (var i = 0 ; i < highestIntervalId ; i++) {
... ...