|
@@ -228,6 +228,8 @@ class My extends Core
|
|
$where['status'] = 2;
|
|
$where['status'] = 2;
|
|
$where['is_idcard'] = 1;
|
|
$where['is_idcard'] = 1;
|
|
Dever::db('option/account')->update($where);
|
|
Dever::db('option/account')->update($where);
|
|
|
|
+
|
|
|
|
+ Dever::db('option/member')->update(array('where_id' => $this->user['mid'], 'idcard_bind' => 1));
|
|
}
|
|
}
|
|
|
|
|
|
if (isset($where['is_email']) && $where['is_email'] == 2) {
|
|
if (isset($where['is_email']) && $where['is_email'] == 2) {
|