Commit 96295aa8 by chenxin

fix: 文案

parent 27820e6d
...@@ -177,7 +177,8 @@ export default { ...@@ -177,7 +177,8 @@ export default {
html += `<h4 style="font-weight: normal; margin: 0;font-size: 18px;line-height: 28px;">${cardticket.cardName}</h4>`; html += `<h4 style="font-weight: normal; margin: 0;font-size: 18px;line-height: 28px;">${cardticket.cardName}</h4>`;
if (cardticket.cardEffectiveMode) { if (cardticket.cardEffectiveMode) {
html += `<p style="font-size: 12px; color:white;">领取后${cardticket.startDay} - ${cardticket.startDay + cardticket.limitDay}天</p>`; // 领取后{{ (cardticket.startDay === 0 ? '当' : '第' + cardticket.startDay) + '天,有效天数' + cardticket.limitDay }}天
html += `<p style="font-size: 12px; color:white;">领取后${ (cardticket.startDay === 0 ? '当' : '第' + cardticket.startDay) + '天,有效天数' + cardticket.limitDay }天</p>`;
} else { } else {
html += `<p style="font-size: 12px; color:white;">${formatDateTimeByType(cardticket.beginDate, 'yyyy-MM-dd')}${formatDateTimeByType(cardticket.endDate, 'yyyy-MM-dd')}</p>`; html += `<p style="font-size: 12px; color:white;">${formatDateTimeByType(cardticket.beginDate, 'yyyy-MM-dd')}${formatDateTimeByType(cardticket.endDate, 'yyyy-MM-dd')}</p>`;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment