thinkphp模板条件,多条件判断语句,onclick事件

<if condition="!empty($eleshop_cate) && !empty($shop_id)">

</if>

2、onclick事件:

<img src="<{:config_img($item['photo'])}>" style="height: 100px;width: 100px" onclick="location.href='<{:U('ele/ycdetail',array('product_id'=>$item['product_id']))}>';">

猜你喜欢

转载自blog.csdn.net/qq_39516866/article/details/82148049