显示url title

hotfix/paypal-note
尹诚诚 4 years ago
parent d010b38584
commit 19cf7b98b5

@ -48,7 +48,7 @@
<?php if ($item->is_level == 0) { <?php if ($item->is_level == 0) {
foreach ($groupList as $item_child) { foreach ($groupList as $item_child) {
if ($item_child->is_parent_id == $item->is_id) { if ($item_child->is_parent_id == $item->is_id) {
echo ' <li><a href="' . site_url('thirdparty/recommend/index/bind/' . $item_child->is_id) . '">' . $item_child->ic_title . '</a></li> '; echo ' <li><a href="' . site_url('thirdparty/recommend/index/bind/' . $item_child->is_id) . '">' . $item_child->ic_url_title . '</a></li> ';
} }
} }
} ?> } ?>

Loading…
Cancel
Save