...
|
...
|
@@ -75,7 +75,7 @@ |
|
|
<img src="{:cmf_get_image_url($c_d.thumbnail)}" alt="">
|
|
|
</div>
|
|
|
<div>
|
|
|
<if condition="$c_d['status'] eq 1 && $c_d['order_about_time'] gt (time()+30*24*60*60)">
|
|
|
<if condition="$c_d['status'] eq 1 && $c_d['order_about_time'] gt (time()-30*24*60*60)">
|
|
|
托管中
|
|
|
<elseif condition="$c_d['status'] eq 3 && $c_d['order_about_time'] lt time() && ($c_d['order_about_time']+30*24*60*60) gt time() || ($c_d['status'] eq 1 && $c_d['order_about_time'] lt time() && ($c_d['order_about_time']+30*24*60*60) gt time())"/>
|
|
|
即将到期
|
...
|
...
|
|