dever 3 anni fa
parent
commit
6c9ec1070c
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9 0
      service/option/lib/Account.php

+ 9 - 0
service/option/lib/Account.php

@@ -106,6 +106,15 @@ class Account
             'name' => '修改认证资料',
         );
         $url = '';
+        if ($account['audit'] == 2) {
+            $button[0]['btn'][] = array
+            (
+                'type' => 'edit',
+                'link' => Dever::url('project/database/update?project=option&table=account&where_id='.$account['id'].'&status=1&col=audit,audit_desc', 'manage'),
+                'name' => '审核',
+            );
+        }
+
         if ($account['status'] == 3) {
             $button[0]['btn'][] = array
             (