dever %!s(int64=3) %!d(string=hai) anos
pai
achega
f11df4aa9b
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      service/option/database/account.php

+ 3 - 3
service/option/database/account.php

@@ -185,7 +185,7 @@ return array
             'default'   => '',
             'desc'      => '身份证正面',
             'match'     => 'option',
-            'update'    => 'image',
+            'update'    => $col ? 'image' : false,
             'key'       => '8',
             //'place'     => '660*660',
             'list'      => $search_type ? 'Dever::load("option/lib/account.getCash#qiquan", {id})' : false,
@@ -200,7 +200,7 @@ return array
             'default'   => '',
             'desc'      => '身份证背面',
             'match'     => 'option',
-            'update'    => 'image',
+            'update'    => $col ? 'image' : false,
             'key'       => '8',
             //'place'     => '660*660',
             'list'      => $search_type ? 'Dever::load("option/lib/account.getCash#yuanshiqiquan", {id})' : false,
@@ -215,7 +215,7 @@ return array
             'default'   => '',
             'desc'      => '合同签字',
             'match'     => 'option',
-            'update'    => 'image',
+            'update'    => $col ? 'image' : false,
             'key'       => '7',
         ),