案子:
主页 - 下拉菜单 -item1 - 将选择 item1 -item2 -item3
item page - 显示 item1 的内容并隐藏 item2 和 item3 的内容
(action) - 去选择另一个项目,比如 item2
问题:项目页面仍然显示项目 1 的内容而不是项目 2,但 url 地址现在更改为 www.website.com/itempage#item2 它只显示当我刷新页面时选择的项目的内容,如单击 f5
这是我调用页面的代码。
<a href="<?php echo $this->url(array('controller'=>'ProductItem',
'action'=>'index')); ?>#callplus">Call Plus</a>