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

视频详情

... ... @@ -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/content_detail.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/home/view/goods/content_detail.html" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
... ... @@ -61,8 +60,8 @@
<file leaf-file-name="content_detail.html" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/application/home/view/goods/content_detail.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="339">
<caret line="179" column="49" lean-forward="true" selection-start-line="179" selection-start-column="49" selection-end-line="179" selection-end-column="49" />
<state relative-caret-position="492">
<caret line="200" column="29" selection-start-line="200" selection-start-column="29" selection-end-line="200" selection-end-column="29" />
<folding>
<element signature="n#style#0;n#div#0;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
<element signature="n#style#0;n#div#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
... ... @@ -417,21 +416,7 @@
<workItem from="1572483209367" duration="35426000" />
<workItem from="1572568391799" duration="24440000" />
<workItem from="1572668245063" duration="699000" />
<workItem from="1572827640492" duration="22066000" />
</task>
<task id="LOCAL-00037" summary="权限调试">
<created>1572436017689</created>
<option name="number" value="00037" />
<option name="presentableId" value="LOCAL-00037" />
<option name="project" value="LOCAL" />
<updated>1572436017689</updated>
</task>
<task id="LOCAL-00038" summary="权限调试">
<created>1572436214307</created>
<option name="number" value="00038" />
<option name="presentableId" value="LOCAL-00038" />
<option name="project" value="LOCAL" />
<updated>1572436214307</updated>
<workItem from="1572827640492" duration="22270000" />
</task>
<task id="LOCAL-00039" summary="权限调试">
<created>1572436430112</created>
... ... @@ -762,11 +747,25 @@
<option name="project" value="LOCAL" />
<updated>1572858681597</updated>
</task>
<option name="localTasksCounter" value="86" />
<task id="LOCAL-00086" summary="视频详情">
<created>1572858767663</created>
<option name="number" value="00086" />
<option name="presentableId" value="LOCAL-00086" />
<option name="project" value="LOCAL" />
<updated>1572858767663</updated>
</task>
<task id="LOCAL-00087" summary="视频详情">
<created>1572858925548</created>
<option name="number" value="00087" />
<option name="presentableId" value="LOCAL-00087" />
<option name="project" value="LOCAL" />
<updated>1572858925548</updated>
</task>
<option name="localTasksCounter" value="88" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="296169000" />
<option name="totallyTimeSpent" value="296373000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1185,8 +1184,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/home/view/goods/content_detail.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="339">
<caret line="179" column="49" lean-forward="true" selection-start-line="179" selection-start-column="49" selection-end-line="179" selection-end-column="49" />
<state relative-caret-position="492">
<caret line="200" column="29" selection-start-line="200" selection-start-column="29" selection-end-line="200" selection-end-column="29" />
<folding>
<element signature="n#style#0;n#div#0;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
<element signature="n#style#0;n#div#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
... ...
... ... @@ -197,7 +197,7 @@
// alert("获取失败");
// }
function success(position) {
alert(position);
alert(JSON.stringify(position));
return false;
city = position.city; //城市
lat = position.lat; //经度
... ...