|
@@ -7,14 +7,13 @@
|
|
|
<meta http-equiv="pragram" content="no-cache">
|
|
|
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
|
|
|
<meta http-equiv="expires" content="0">
|
|
|
- <title>${active.name!}</title>
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="wrapper">
|
|
|
<!-- 模板 -->
|
|
|
<div class="zy-h5-page">
|
|
|
<!-- 倒计时 -->
|
|
|
- <div class="countdown-box" id="dateShow1" data-date="2020-12-20 23:59:59">
|
|
|
+ <div class="countdown-box" id="dateShow1" data-date="2020-12-28 23:59:59">
|
|
|
<span class="countdown-des">距离活动结束还有:</span><span class="date-time d">00</span>天
|
|
|
<span class="date-time h">00</span>时
|
|
|
<span class="date-time m">00</span>分
|
|
@@ -29,7 +28,7 @@
|
|
|
<p>[<span id="store-head">XXX汽车服务中心</span>]</p>
|
|
|
</div>
|
|
|
<div class="active-time">
|
|
|
- 活动时间:2020-11-20 至 2020-12-20
|
|
|
+ 活动时间:2020-11-28 至 2020-12-28
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 活动内容 -->
|
|
@@ -37,7 +36,7 @@
|
|
|
<img class="img-hdnr" src="${active.staticMouldTheme.basePath}/img/hdnr.png">
|
|
|
<#list active.parentItemList as parentItem>
|
|
|
<div class="active-content">
|
|
|
- <p><span>套餐包含:</span></p>
|
|
|
+ <p><span>${parentItem.itemName!}</span></p>
|
|
|
<p>
|
|
|
<#list parentItem.children as childItem>
|
|
|
<#if childItem_index gt 0>+</#if>${childItem.itemName!} ${childItem.itemNum} 次
|