修改显示解除标识
This commit is contained in:
@@ -24,7 +24,7 @@ class Jinyoudt extends Controller
|
|||||||
$im_now = $account_model->getOne($where);
|
$im_now = $account_model->getOne($where);
|
||||||
|
|
||||||
$im = 1;
|
$im = 1;
|
||||||
if ($im_now) {
|
if ($im_now['im']) {
|
||||||
$im = 0;
|
$im = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -447,7 +447,7 @@ class Jinyoujt extends Controller
|
|||||||
$im_now = $account_model->getOne($where);
|
$im_now = $account_model->getOne($where);
|
||||||
|
|
||||||
$im = 1;
|
$im = 1;
|
||||||
if ($im_now) {
|
if ($im_now['im']) {
|
||||||
$im = 0;
|
$im = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user