dever 4 年之前
父节点
当前提交
552a5f0a14
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/content/database/xuniren.php

+ 3 - 3
app/content/database/xuniren.php

@@ -303,7 +303,7 @@ return array
             'default'   => '',
             'desc'      => '分享标题',
             'match'     => 'option',
-            'update'    => 'text',
+            //'update'    => 'text',
         ),
 
         'share_pic'     => array
@@ -313,7 +313,7 @@ return array
             'default'   => '',
             'desc'      => '分享图片',
             'match'     => 'option',
-            'update'    => 'image',
+            //'update'    => 'image',
             'key'       => '1',
             'place'     => '200*200',
             //'upload'  => 'qiniu',
@@ -327,7 +327,7 @@ return array
             'default'   => '',
             'desc'      => '分享内容',
             'match'     => 'option',
-            'update'    => 'textarea',
+            //'update'    => 'textarea',
         ),
 
         'weibo'     => array