dever 3 years ago
parent
commit
b80da980b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/option/lib/Account.php

+ 1 - 1
service/option/lib/Account.php

@@ -207,7 +207,7 @@ class Account
         $button[0]['btn'][] = array
         (
             'type' => 'edit',
-            'link' => Dever::url('project/database/update?project=option&table=account&where_id='.$aid.'&status=1&col=email', 'manage'),
+            'link' => Dever::url('project/database/update?project=option&table=account&where_id='.$aid.'&status=1&col=email,send_email', 'manage'),
             'name' => '修改邮箱',
         );