wupengfei преди 2 години
родител
ревизия
f6477b7336
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 2 1
      .idea/workspace.xml
  2. 1 1
      application/operate/view/recruit/form.html

+ 2 - 1
.idea/workspace.xml

@@ -2,6 +2,7 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/operate/view/recruit/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/recruit/form.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -227,7 +228,7 @@
       <workItem from="1665451038308" duration="20434000" />
       <workItem from="1665535775245" duration="5105000" />
       <workItem from="1665543789478" duration="14967000" />
-      <workItem from="1665621143948" duration="22905000" />
+      <workItem from="1665621143948" duration="22944000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/operate/view/recruit/form.html

@@ -355,7 +355,6 @@
             pixelInput.value = pixel.round();
         }
         // 添加mark
-        addMark(longitude,latitude);
         function addMark(lng,pix) {
             console.log(lng,pix)
             if(!lng || !pix) return ;
@@ -373,6 +372,7 @@
                 marker = null;
             }
         }
+        addMark(longitude,latitude);
     }