getmore_onlymz.html
2.12 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
43
44
<!--如果是美妆会员-->
<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 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.mz_price gt 0"/>
<p class="fir_p_price">¥{$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>
<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/>
<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>
<!--<p> </p>-->
<else/>
<if condition="$v.mz_price gt 0">
<p class="fir_p_price"><span class="new_price" style="color: #C4182E;">
{:getActualPrice2($v)}
</span><del style="font-size: 11px;color: #999;">¥{$v.market_price}</del></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 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>
</if>
</if>
</if>