fix url error

This commit is contained in:
wlx 2013-06-21 08:48:51 +00:00
parent 0281f7f1b1
commit 2034f79a65
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ table thead tr th {background:#EBF2F6;}
<td><?= $item['fund_type'] ?></td> <td><?= $item['fund_type'] ?></td>
<th><?= $item['mds'] ?></th> <th><?= $item['mds'] ?></th>
<td> <td>
<a href="/author/fund/ac/dataview/id/<?= $item['id'] ?>">查看数据</a> <a href="/data/fund/ac/dataview/id/<?= $item['id'] ?>">查看数据</a>
</td> </td>
</tr> </tr>
<?php endforeach; ?> <?php endforeach; ?>