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

视频详情

... ... @@ -89,8 +89,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="101">
<caret line="199" column="40" selection-start-line="199" selection-start-column="40" selection-end-line="199" selection-end-column="40" />
<state relative-caret-position="135">
<caret line="199" column="51" selection-start-line="199" selection-start-column="51" selection-end-line="199" selection-end-column="51" />
<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" />
... ... @@ -174,8 +174,8 @@
<find>audio_time</find>
<find>audio_style</find>
<find>submit</find>
<find>quest_box</find>
<find>b_active</find>
<find>quest_box</find>
</findStrings>
<replaceStrings>
<replace />
... ... @@ -467,35 +467,7 @@
<workItem from="1572568391799" duration="24440000" />
<workItem from="1572668245063" duration="699000" />
<workItem from="1572827640492" duration="25475000" />
<workItem from="1572914713443" duration="13548000" />
</task>
<task id="LOCAL-00121" summary="视频详情">
<created>1572919075302</created>
<option name="number" value="00121" />
<option name="presentableId" value="LOCAL-00121" />
<option name="project" value="LOCAL" />
<updated>1572919075302</updated>
</task>
<task id="LOCAL-00122" summary="视频详情">
<created>1572919601754</created>
<option name="number" value="00122" />
<option name="presentableId" value="LOCAL-00122" />
<option name="project" value="LOCAL" />
<updated>1572919601754</updated>
</task>
<task id="LOCAL-00123" summary="视频详情">
<created>1572919656024</created>
<option name="number" value="00123" />
<option name="presentableId" value="LOCAL-00123" />
<option name="project" value="LOCAL" />
<updated>1572919656024</updated>
</task>
<task id="LOCAL-00124" summary="视频详情">
<created>1572919809604</created>
<option name="number" value="00124" />
<option name="presentableId" value="LOCAL-00124" />
<option name="project" value="LOCAL" />
<updated>1572919809605</updated>
<workItem from="1572914713443" duration="14197000" />
</task>
<task id="LOCAL-00125" summary="视频详情">
<created>1572919854723</created>
... ... @@ -812,11 +784,39 @@
<option name="project" value="LOCAL" />
<updated>1572932526124</updated>
</task>
<option name="localTasksCounter" value="170" />
<task id="LOCAL-00170" summary="视频详情">
<created>1572933232893</created>
<option name="number" value="00170" />
<option name="presentableId" value="LOCAL-00170" />
<option name="project" value="LOCAL" />
<updated>1572933232893</updated>
</task>
<task id="LOCAL-00171" summary="视频详情">
<created>1572933348522</created>
<option name="number" value="00171" />
<option name="presentableId" value="LOCAL-00171" />
<option name="project" value="LOCAL" />
<updated>1572933348522</updated>
</task>
<task id="LOCAL-00172" summary="视频详情">
<created>1572933410644</created>
<option name="number" value="00172" />
<option name="presentableId" value="LOCAL-00172" />
<option name="project" value="LOCAL" />
<updated>1572933410644</updated>
</task>
<task id="LOCAL-00173" summary="视频详情">
<created>1572933820070</created>
<option name="number" value="00173" />
<option name="presentableId" value="LOCAL-00173" />
<option name="project" value="LOCAL" />
<updated>1572933820070</updated>
</task>
<option name="localTasksCounter" value="174" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="313126000" />
<option name="totallyTimeSpent" value="313775000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1238,8 +1238,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="101">
<caret line="199" column="40" selection-start-line="199" selection-start-column="40" selection-end-line="199" selection-end-column="40" />
<state relative-caret-position="135">
<caret line="199" column="51" selection-start-line="199" selection-start-column="51" selection-end-line="199" selection-end-column="51" />
<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" />
... ...
... ... @@ -198,7 +198,6 @@
var index = $('.audio_style').index(this);
$(audio).each(function (key, vo) {
audioTimer[key] = "audioTimer"+key;
console.log(audioTimer[key]);
console.log(audioTimer);
if(key == index){
if(vo.currentTime == 0){
... ...