From 1a55d886935626dbe4f99ce35b4acf85540eb7b4 Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Sat, 1 Jun 2019 13:21:00 +0800 Subject: [PATCH] 首页链接 --- public/themes/simpleboot3/portal/index/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/themes/simpleboot3/portal/index/index.html b/public/themes/simpleboot3/portal/index/index.html index e30b823..1cc177b 100644 --- a/public/themes/simpleboot3/portal/index/index.html +++ b/public/themes/simpleboot3/portal/index/index.html @@ -77,7 +77,7 @@ <!-- 商品 --> <div class="in_cam_shop"> <volist name="data_goods" id="vo"> - <a href="detail.html"> + <a href="{:url('Goodsdetails/Goods_details',array('goods_id'=>$vo.id))}"> <div class="in_cam_shopLi"> <div class="in_cam_shopImg"> <img src="{:cmf_get_image_url($vo.show_img)}" alt=""> @@ -91,7 +91,7 @@ </a> </volist> <volist name="data_goods_recommend_new" id="vo"> - <a href="detail.html"> + <a href="{:url('Goodsdetails/Goods_details',array('goods_id'=>$vo.id))}"> <div class="in_cam_shopLi"> <div class="in_cam_shopImg"> <img src="{:cmf_get_image_url($vo.show_img)}" alt=""> @@ -124,7 +124,7 @@ <div class="in_hot_shop"> <volist name="data_goods_hot" 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