Example #1
0
			<li><a href="#"><img src="../products/products1.png" /></a>产品名称3<br />¥100.0<br /><span>产品特点产品特点产品特点产品特点产品特点产品特点</span></li>-->
		  </ul>
		</div>
		</div>
		<!--包邮专区 不显示 点击后切换-->
		<div id="postage">
		<div class="activity">
			<div class="act_btn act_button_s1" id="act_button_7" onclick="changeDiv('sale','postage','act_button_6','act_button_5');">打折产品</div>
			<div class="act_btn act_button_s2" id="act_button_8">包邮专区</div>
			<div id="act_word">包邮产品 为你而省</div>
			<a href="#" id="act_more"></a>
			<hr class="act_line" />
			<ul>
             <?php 
$pro = new Product();
$proArray = $pro->getFistActivity(3, 'isPost');
foreach ($proArray as $itemss) {
    $cximgs = new Images();
    $cximgdata = current($cximgs->query(array("status" => "Y", "ID" => $itemss['defaultImg']), array()));
    $cximghref = $cximgdata['href'];
    ?>
			<li><a href="shop-info.php?id=<?php 
    echo $itemrx['ID'];
    ?>
"><img src="<?php 
    echo $virtualRootPath . $cximghref;
    ?>
" /></a><?php 
    echo $itemss['name'];
    ?>
<br />¥<?php