From 1ae50da0deb3ef483cdda1aa0915d983c9f6f844 Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Mon, 3 Jun 2019 18:01:47 +0800 Subject: [PATCH] 4 --- public/themes/simpleboot3/portal/personalcenter/browsing_history.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/simpleboot3/portal/personalcenter/browsing_history.html b/public/themes/simpleboot3/portal/personalcenter/browsing_history.html index 1290cec..1d51335 100644 --- a/public/themes/simpleboot3/portal/personalcenter/browsing_history.html +++ b/public/themes/simpleboot3/portal/personalcenter/browsing_history.html @@ -22,7 +22,7 @@ <div class="in_hot_shop se_con"> <volist name="data_goods" id="vo"> <div class="in_hotLi"> - <a> + <a href="{:url('Goodsdetails/Goods_details',array('goods_id' =>$vo.id))}"> <div class="in_hotImg"> <img src="{:cmf_get_image_url($vo.show_img)}" alt=""> </div> -- libgit2 0.24.0