dever 6 年之前
父节点
当前提交
721313e6fa
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      src/Lib/Input.php

+ 10 - 0
src/Lib/Input.php

@@ -185,6 +185,16 @@ class Input
         return '<textarea style="height:100px;" update_type="value" class="update_value form-control ' . (isset($param['valid']) ? $param['valid'] : '') . '" name="' . $param['name'] . '" value="' . (isset($param['value']) ? $param['value'] : (isset($param['default']) ? $param['default'] : '')) . '">' . (isset($param['value']) ? $param['value'] : (isset($param['default']) ? $param['default'] : '')) . '</textarea>';
     }
 
+    private function qiniu($param)
+    {
+        $html = '';
+        if (isset($param['upload']) && $param['upload'] == 'qiniu') {
+            $html = '';
+        }
+
+        return $html;
+    }
+
     /**
      * image
      *