瀏覽代碼

一些功能

Kirin 4 年之前
父節點
當前提交
ac831e3933
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/api/controller/PublicController.php
  2. 0 0
      public/static/plug/form-create/1.js

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

@@ -51,14 +51,14 @@ class PublicController
                         }
                         $childs .= "]";
                     }
-                    $ress = $kk == 0 ? ('{"value":  "' . $vv['name'] . '", "label": "' . $vv['name'] . '"}') : (',{"value": "' . $vv['name'] . '", "label": "' . $vv['name'] . '"}');
+                    $ress = $kk == 0 ? ('{"value":  "' . $vv['name'] . '", "label": "' . $vv['name'] . '"') : (',{"value": "' . $vv['name'] . '", "label": "' . $vv['name'] . '"');
                     if ($childs) $ress .= $childs;
                     $ress .= '}';
                     $child .= $ress;
                 }
                 $child .= "]";
             }
-            $ress = $k == 0 ? ('{"value":  "' . $v['name'] . '", "label": "' . $v['name'] . '"}') : (',{"value": "' . $v['name'] . '", "label": "' . $v['name'] . '"}');
+            $ress = $k == 0 ? ('{"value":  "' . $v['name'] . '", "label": "' . $v['name'] . '"') : (',{"value": "' . $v['name'] . '", "label": "' . $v['name'] . '"');
             if ($child) $ress .= $child;
             $ress .= '}';
             $res .= $ress;

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


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