getmore_2onlymz.html
1.86 KB
<!--如果是美妆会员-->
<if condition="$mz_vip">
<!---如果是秒杀,团购,积分购,拼团--->
<if condition="($v.prom_type eq 1 || $v.prom_type eq 2 || $v.prom_type eq 4 || $v.prom_type eq 6 )">
<p><span class="new_price" >{:getActualPrice2($v)} </span></p>
<p><del style="font-size: 11px;color: #999;margin-left: 3px">¥{$v.market_price}</del></p>
<else/>
<if condition="$v.mz_price gt 0" >
<p><span class="new_price" >¥{$v.mz_price}</span><span style="display: inline-block">
<i class="mz"><img class="s_mz_img" src="__STATIC__/images/weixin/user.png"></i>
</span>
</p>
<else/>
<p><span class="new_price" style="color: #C4182E;">{:getActualPrice2($v)}</span></p>
</if>
<p><del style="font-size: 11px;color: #999;margin-left: 3px">¥{$v.market_price}</del></p>
</if>
<else/>
<if condition="($v.prom_type eq 1 || $v.prom_type eq 2 || $v.prom_type eq 4 || $v.prom_type eq 6 )">
<p><span class="new_price" style="color: #C4182E;">{:getActualPrice2($v)}</span></p>
<p><del style="font-size: 11px;color: #999;margin-left: 3px">¥{$v.market_price}</del></p>
<else/>
<if condition="$v.mz_price gt 0">
<p><span class="new_price" style="color: #C4182E;">{:getActualPrice2($v)}</span></p>
<p>¥{$v.mz_price}<span style="display: inline-block">
<i class="mz"><img class="s_mz_img" src="__STATIC__/images/weixin/user.png"></i>
</span>
</p>
<!--<p><del style="font-size: 10px;color: #999;">¥{$v.market_price}</del></p>-->
<else/>
<p><span class="new_price">{:getActualPrice2($v)}</span></p>
<p><del style="font-size: 11px;color: #999;margin-left: 3px">¥{$v.market_price}</del></p>
</if>
</if>
</if>