getmore_onlymz.html 2.12 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 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>&nbsp;</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>