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