You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.9 KiB
29 lines
1.9 KiB
|
|
<?php if ($this->_var['new_goods']): ?>
|
|
<div id="dome4">
|
|
<div class="done-warp">
|
|
<ul>
|
|
<?php $_from = $this->_var['new_goods']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'goods_0_78361600_1689900044');if (count($_from)):
|
|
foreach ($_from AS $this->_var['goods_0_78361600_1689900044']):
|
|
?>
|
|
<li>
|
|
<div class="done-img"><a href="<?php echo $this->_var['goods_0_78361600_1689900044']['url']; ?>" target="_blank"><img src="<?php echo $this->_var['goods_0_78361600_1689900044']['thumb']; ?>" title="<?php echo htmlspecialchars($this->_var['goods_0_78361600_1689900044']['name']); ?>" width="136" height="136" /></a></div>
|
|
<div class="done-name"><a href="<?php echo $this->_var['goods_0_78361600_1689900044']['url']; ?>" target="_blank" title="<?php echo htmlspecialchars($this->_var['goods_0_78361600_1689900044']['name']); ?>"><?php echo $this->_var['goods_0_78361600_1689900044']['short_style_name']; ?></a></div>
|
|
<div class="done-price">
|
|
<span class="shop-price">
|
|
<?php if ($this->_var['goods_0_78361600_1689900044']['promote_price'] != ''): ?>
|
|
<?php echo $this->_var['goods_0_78361600_1689900044']['promote_price']; ?>
|
|
<?php else: ?>
|
|
<?php echo $this->_var['goods_0_78361600_1689900044']['shop_price']; ?>
|
|
<?php endif; ?>
|
|
</span>
|
|
<span class="original-price"><?php echo $this->_var['goods_0_78361600_1689900044']['market_price']; ?></span>
|
|
</div>
|
|
</li>
|
|
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
|
</ul>
|
|
<a href="javascript:void(0);" class="done-prev"></a>
|
|
<a href="javascript:void(0);" class="done-next"></a>
|
|
</div>
|
|
</div>
|
|
<?php endif; ?>
|