|
@@ -268,8 +268,9 @@ export default {
|
|
<div class="active-title">
|
|
<div class="active-title">
|
|
{record.promo?(
|
|
{record.promo?(
|
|
<div>
|
|
<div>
|
|
- <strong style="margin-right:10px;font-size:14px;">{record.promo.promotion.title} ({record.promo.promotionRule.description})</strong>
|
|
|
|
- <span style="margin-left:10px;color:#00aaff;cursor: pointer;" onClick={()=>_this.showDesc(record.promo)}>
|
|
|
|
|
|
+ <strong style="font-size:14px;">{record.promo.promotion.description} </strong>
|
|
|
|
+ <span>({record.promo.promotionRule.description})</span>
|
|
|
|
+ <span style="margin-left:20px;color:#00aaff;cursor: pointer;" onClick={()=>_this.showDesc(record.promo)}>
|
|
<a-icon title="查看活动详情" type="eye"/> 活动详情
|
|
<a-icon title="查看活动详情" type="eye"/> 活动详情
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|