userslog list_users link to customer fixbug

This commit is contained in:
qianhy
2023-02-28 16:07:32 +08:00
parent 4ca0013968
commit d3f03c7c65
@@ -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>