Browse Source

一些功能

Kirin 4 years ago
parent
commit
0ff24c3ec8
2 changed files with 1 additions and 1173 deletions
  1. 1 1
      app/api/controller/PublicController.php
  2. 0 1172
      public/static/plug/form-create/1.js

+ 1 - 1
app/api/controller/PublicController.php

@@ -46,7 +46,7 @@ class PublicController
                     if (count($dictres)) {
                         $childs = ', "area": [';
                         foreach ($dictres as $kkk => $vvv) {
-                            $ress = $kkk == 0 ? ('"name": "' . $vvv['name'] . '"') : (',"name": "' . $vvv['name'] . '"');
+                            $ress = $kkk == 0 ? ('"' . $vvv['name'] . '"') : ('"' . $vvv['name'] . '"');
                             $childs .= $ress;
                         }
                         $childs .= "]";

File diff suppressed because it is too large
+ 0 - 1172
public/static/plug/form-create/1.js


Some files were not shown because too many files changed in this diff