作者 王晓刚
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/video_detail.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/home/view/goods/video_detail.html" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
... ... @@ -84,8 +83,8 @@
<file leaf-file-name="video_detail.html" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/application/home/view/goods/video_detail.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="629">
<caret line="238" column="26" selection-start-line="238" selection-start-column="26" selection-end-line="238" selection-end-column="26" />
<state relative-caret-position="339">
<caret line="288" column="31" selection-start-line="288" selection-start-column="31" selection-end-line="288" selection-end-column="31" />
<folding>
<element signature="n#style#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
<element signature="n#style#0;n#div#0;n#div#2;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
... ... @@ -416,14 +415,7 @@
<workItem from="1572568391799" duration="24440000" />
<workItem from="1572668245063" duration="699000" />
<workItem from="1572827640492" duration="25475000" />
<workItem from="1572914713443" duration="27000" />
</task>
<task id="LOCAL-00050" summary="调试授权登录">
<created>1572504923532</created>
<option name="number" value="00050" />
<option name="presentableId" value="LOCAL-00050" />
<option name="project" value="LOCAL" />
<updated>1572504923532</updated>
<workItem from="1572914713443" duration="159000" />
</task>
<task id="LOCAL-00051" summary="调试授权登录">
<created>1572505046783</created>
... ... @@ -761,11 +753,18 @@
<option name="project" value="LOCAL" />
<updated>1572861657992</updated>
</task>
<option name="localTasksCounter" value="99" />
<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>
<option name="localTasksCounter" value="100" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="299605000" />
<option name="totallyTimeSpent" value="299737000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1182,8 +1181,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/home/view/goods/video_detail.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="629">
<caret line="238" column="26" selection-start-line="238" selection-start-column="26" selection-end-line="238" selection-end-column="26" />
<state relative-caret-position="339">
<caret line="288" column="31" selection-start-line="288" selection-start-column="31" selection-end-line="288" selection-end-column="31" />
<folding>
<element signature="n#style#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
<element signature="n#style#0;n#div#0;n#div#2;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
... ...
... ... @@ -239,8 +239,6 @@
function error() {
toast('定位失败');
};
//定位
geolocation.getLocation(showPosition, showErr, options);
//倒计时赋值
if(time > 0){
checkMore(time);
... ...