wupengfei 1 year ago
parent
commit
e2110fcdaf
2 changed files with 6 additions and 4 deletions
  1. 1 1
      .idea/workspace.xml
  2. 5 3
      application/operate/view/recruit/form.html

+ 1 - 1
.idea/workspace.xml

@@ -398,7 +398,7 @@
       <workItem from="1691974595544" duration="15534000" />
       <workItem from="1692060688799" duration="12436000" />
       <workItem from="1692146877063" duration="17234000" />
-      <workItem from="1692234047138" duration="1509000" />
+      <workItem from="1692234047138" duration="1556000" />
     </task>
     <servers />
   </component>

+ 5 - 3
application/operate/view/recruit/form.html

@@ -469,8 +469,10 @@
             }
         }
 
-        fun = function () {
-            console.log(78978979879);
+        fun = {
+            a: function () {
+                console.log(78978979879);
+            }
         }
 
     }
@@ -482,7 +484,7 @@
                 console.log(a,ls)
         }) ;
     })
-    fun;
+    fun.a();
 
 </script>
 <script   src="https://webapi.amap.com/maps?v=1.4.15&key=5295cbb966c063bde1ed33c1de7ed6bd&callback=init"></script>