getmore_onlyrank.html
2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!--如果是美妆会员-->
<if condition="$rank_field">
<!---如果是秒杀,团购,积分购,拼团--->
<if condition="($v.prom_type eq 1 || $v.prom_type eq 2 || $v.prom_type eq 4 || $v.prom_type eq 6 )">
<p class="fir_p_price"><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[$rank_field] gt 0"/>
<p class="fir_p_price">¥{$v[$rank_field]}<span style="display: inline-block">
<i class="rank rank1">
<img class="s_mz_img2" src="__STATIC__/images/weixin/dj_icon.png"><font class="font-top">{$card_label}</font></i>
</span>
</p>
<else/>
<p class="fir_p_price"><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/>
<input type="hidden" value="11">
<if condition="($v.prom_type eq 1 || $v.prom_type eq 2 || $v.prom_type eq 4 || $v.prom_type eq 6 )">
<p class="fir_p_price"><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="get_card_price($all_card,$v) gt 0">
<p class="fir_p_price"><span class="new_price" style="color: #C4182E;">{:getActualPrice2($v)}</span><del style="font-size: 10px;color: #999; position: relative;left: 1px;top: -1px;">¥{$v.market_price}</del></p>
<p >¥{:get_card_price($all_card,$v)}<span style="display: inline-block">
<i class="rank rank1">
<img class="s_mz_img2" src="__STATIC__/images/weixin/dj_icon.png"><font class="font-top">{:get_card_price($all_card,$v,1)}</font></i>
</span>
</p>
<else/>
<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>
</if>
</if>
</if>