|
|
@@ -6,49 +6,49 @@
|
|
|
<div class="{{list.today_everyday_no > 1 || list.today_everyday_no == 1 && !list.today_everyday_ok ?'qd-card-box over':'qd-card-box'}}">
|
|
|
<span>第1天</span>
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/cent.png"></image>
|
|
|
- <b>+{{list.cent_award_conf.one_day / 100}}</b>
|
|
|
+ <b>+{{list.cent_award_conf.one_day?list.cent_award_conf.one_day / 100:0}}</b>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li>
|
|
|
<div class="{{list.today_everyday_no > 2 || list.today_everyday_no == 2 && !list.today_everyday_ok ?'qd-card-box over':'qd-card-box'}}">
|
|
|
<span>第2天</span>
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/cent.png"></image>
|
|
|
- <b>+{{list.cent_award_conf.two_day / 100}}</b>
|
|
|
+ <b>+{{list.cent_award_conf.two_day?list.cent_award_conf.two_day / 100:0}}</b>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li>
|
|
|
<div class="{{list.today_everyday_no > 3 || list.today_everyday_no == 3 && !list.today_everyday_ok ?'qd-card-box over':'qd-card-box'}}">
|
|
|
<span>第3天</span>
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/cent.png"></image>
|
|
|
- <b>+{{list.cent_award_conf.three_day / 100}}</b>
|
|
|
+ <b>+{{list.cent_award_conf.three_day?list.cent_award_conf.three_day / 100:0}}</b>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li>
|
|
|
<div class="{{list.today_everyday_no > 4 || list.today_everyday_no == 4 && !list.today_everyday_ok ?'qd-card-box over':'qd-card-box'}}">
|
|
|
<span>第4天</span>
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/cent.png"></image>
|
|
|
- <b>+{{list.cent_award_conf.four_day / 100}}</b>
|
|
|
+ <b>+{{list.cent_award_conf.four_day?list.cent_award_conf.four_day / 100:0}}</b>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li>
|
|
|
<div class="{{list.today_everyday_no > 5 || list.today_everyday_no == 5 && !list.today_everyday_ok ?'qd-card-box over':'qd-card-box'}}">
|
|
|
<span>第5天</span>
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/cent.png"></image>
|
|
|
- <b>+{{list.cent_award_conf.five_day / 100}}</b>
|
|
|
+ <b>+{{list.cent_award_conf.five_day?list.cent_award_conf.five_day / 100:0}}</b>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li>
|
|
|
<div class="{{list.today_everyday_no > 6 || list.today_everyday_no == 6 && !list.today_everyday_ok ?'qd-card-box over':'qd-card-box'}}">
|
|
|
<span>第6天</span>
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/cent.png"></image>
|
|
|
- <b>+{{list.cent_award_conf.six_day / 100}}</b>
|
|
|
+ <b>+{{list.cent_award_conf.six_day?list.cent_award_conf.six_day / 100:0}}</b>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li>
|
|
|
<div class="{{list.today_everyday_no > 7 || list.today_everyday_no == 7 && !list.today_everyday_ok ?'qd-card-box over':'qd-card-box'}}">
|
|
|
<span>第7天</span>
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/cent.png"></image>
|
|
|
- <b>+{{list.cent_award_conf.seven_day / 100}}</b>
|
|
|
+ <b>+{{list.cent_award_conf.seven_day?list.cent_award_conf.seven_day / 100:0}}</b>
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|