作者 王晓刚
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" />
... ... @@ -80,8 +79,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="424">
<caret line="218" column="55" lean-forward="true" selection-start-line="218" selection-start-column="55" selection-end-line="218" selection-end-column="55" />
<state relative-caret-position="84">
<caret line="198" column="33" selection-start-line="198" selection-start-column="33" selection-end-line="198" selection-end-column="33" />
<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 +436,7 @@
<workItem from="1572568391799" duration="24440000" />
<workItem from="1572668245063" duration="699000" />
<workItem from="1572827640492" duration="25475000" />
<workItem from="1572914713443" duration="8691000" />
</task>
<task id="LOCAL-00098" summary="视频详情">
<created>1572861657991</created>
<option name="number" value="00098" />
<option name="presentableId" value="LOCAL-00098" />
<option name="project" value="LOCAL" />
<updated>1572861657992</updated>
</task>
<task id="LOCAL-00099" summary="视频详情">
<created>1572914753549</created>
<option name="number" value="00099" />
<option name="presentableId" value="LOCAL-00099" />
<option name="project" value="LOCAL" />
<updated>1572914753549</updated>
</task>
<task id="LOCAL-00100" summary="视频详情">
<created>1572914877477</created>
<option name="number" value="00100" />
<option name="presentableId" value="LOCAL-00100" />
<option name="project" value="LOCAL" />
<updated>1572914877477</updated>
<workItem from="1572914713443" duration="8900000" />
</task>
<task id="LOCAL-00101" summary="视频详情">
<created>1572914936317</created>
... ... @@ -782,11 +760,32 @@
<option name="project" value="LOCAL" />
<updated>1572922529468</updated>
</task>
<option name="localTasksCounter" value="147" />
<task id="LOCAL-00147" summary="视频详情">
<created>1572923422425</created>
<option name="number" value="00147" />
<option name="presentableId" value="LOCAL-00147" />
<option name="project" value="LOCAL" />
<updated>1572923422425</updated>
</task>
<task id="LOCAL-00148" summary="视频详情">
<created>1572923506301</created>
<option name="number" value="00148" />
<option name="presentableId" value="LOCAL-00148" />
<option name="project" value="LOCAL" />
<updated>1572923506301</updated>
</task>
<task id="LOCAL-00149" summary="视频详情">
<created>1572923547317</created>
<option name="number" value="00149" />
<option name="presentableId" value="LOCAL-00149" />
<option name="project" value="LOCAL" />
<updated>1572923547317</updated>
</task>
<option name="localTasksCounter" value="150" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="308269000" />
<option name="totallyTimeSpent" value="308478000" />
</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="424">
<caret line="218" column="55" lean-forward="true" selection-start-line="218" selection-start-column="55" selection-end-line="218" selection-end-column="55" />
<state relative-caret-position="84">
<caret line="198" column="33" selection-start-line="198" selection-start-column="33" selection-end-line="198" selection-end-column="33" />
<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" />
... ...
... ... @@ -215,12 +215,12 @@
console.log(over.length);
console.log(begin.length);
if(over.length == begin.length){
console.log("123456789");
$(".quest_box").removeClass("quest_ans");
// 重新答题
$(".error_btn").hide();
}
audioTime = parseInt(vo.duration);
console.log(audioTime);
audio.eq(key).parents('.detail_audio_wrap').find(".b3").siblings().removeClass("b_active");
clearInterval(audioTimer)
}
... ...