wupengfei 2 anni fa
parent
commit
081268015d
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 2
      .idea/workspace.xml
  2. 1 0
      application/operate/view/recruit/form.html

+ 1 - 2
.idea/workspace.xml

@@ -2,7 +2,6 @@
 <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" />
@@ -228,7 +227,7 @@
       <workItem from="1665451038308" duration="20434000" />
       <workItem from="1665535775245" duration="5105000" />
       <workItem from="1665543789478" duration="14967000" />
-      <workItem from="1665621143948" duration="22865000" />
+      <workItem from="1665621143948" duration="22905000" />
     </task>
     <servers />
   </component>

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

@@ -357,6 +357,7 @@
         // 添加mark
         addMark(longitude,latitude);
         function addMark(lng,pix) {
+            console.log(lng,pix)
             if(!lng || !pix) return ;
             marker = new AMap.Marker({
                 icon: "https://a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-default.png",