userslog list_users link to customer fixbug
This commit is contained in:
@@ -87,19 +87,19 @@
|
||||
<td><?= $v['follows'] ?></td>
|
||||
<?}?>
|
||||
|
||||
<? if($v['follows'] > 0) {?>
|
||||
<? if($v['h_follows'] > 0) {?>
|
||||
<td><a href="#/receiver/customer?vsid=<?= $v['id'] ?>&vdststus=2"><?= $v['h_follows'] ?></a></td>
|
||||
<?}else{?>
|
||||
<td><?= $v['h_follows'] ?></td>
|
||||
<?}?>
|
||||
|
||||
<? if($v['follows'] > 0) {?>
|
||||
<? if($v['t_follows'] > 0) {?>
|
||||
<td><a href="#/receiver/customer?vsid=<?= $v['id'] ?>&vdststus=1"><?= $v['t_follows'] ?></a></td>
|
||||
<?}else{?>
|
||||
<td><?= $v['t_follows'] ?></td>
|
||||
<?}?>
|
||||
|
||||
<? if($v['follows'] > 0) {?>
|
||||
<? if($v['w_follows'] > 0) {?>
|
||||
<td><a href="#/receiver/customer?vsid=<?= $v['id'] ?>&vdststus=3"><?= $v['w_follows'] ?></a></td>
|
||||
<?}else{?>
|
||||
<td><?= $v['w_follows'] ?></td>
|
||||
|
||||
Reference in New Issue
Block a user