|
|
|
@ -52,12 +52,12 @@
|
|
|
|
|
<span style="color:#9BFBFE;"><font th:text="${#dates.format(active_date, 'MM-dd')}"></font> 敬请期待</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="button_center" th:if="${active && !apply}" id="applyButton">
|
|
|
|
|
<div class="button_center" th:if="${active && !apply}" id="applyButton">
|
|
|
|
|
<button class="button_position" th:style="'background-image:' + @{(${operation_pause} ? 'linear-gradient(0deg, #eee 0%, #eee 100%)' )} + ''">
|
|
|
|
|
<span style="color: #FFFFFF;" th:style="'color:' + @{(${operation_pause} ? '#999' )} + ''">我要参加</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div th:class="${apply}?'margin_top'" th:if="${list!=null}">
|
|
|
|
|
</div>
|
|
|
|
|
<div th:class="${apply}?'margin_top'" th:if="${list!=null}">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="h3_width">
|
|
|
|
|
<h2>补贴金额记录</h2>
|
|
|
|
@ -85,12 +85,12 @@
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="button_center cancel_posttion" th:if="${active && apply}" id="cancelButton">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="button_center cancel_posttion" th:if="${active && apply}" id="cancelButton">
|
|
|
|
|
<button class="button_position button_color" th:style="'background-image:' + @{(${operation_pause} ? 'linear-gradient(0deg, #eee 0%, #eee 100%)' )} + ''">
|
|
|
|
|
<span class="cancel" th:style="'color:' + @{(${operation_pause} ? '#999' )} + ''">放弃活动资格</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="shape1_position"><img src="/static/templates/activity/mondelay/shape1@2x.png"></div>
|
|
|
|
@ -131,7 +131,7 @@
|
|
|
|
|
} else if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) {
|
|
|
|
|
window.webkit.messageHandlers.appCmd.postMessage({type:'cmd_join_mondelay'});
|
|
|
|
|
} else if (/(Android)/i.test(navigator.userAgent)) {
|
|
|
|
|
android.appCmd('{\"type\":\"cmd_join_mondelay\",\"cancel_waring\":\"'+cancel_waring+'\"}');
|
|
|
|
|
android.appCmd('{\"type\":\"cmd_join_mondelay\"}');
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
@ -145,7 +145,8 @@
|
|
|
|
|
} else if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) {
|
|
|
|
|
window.webkit.messageHandlers.appCmd.postMessage({type:'cmd_cancel_mondelay',cancel_waring:cancel_waring});
|
|
|
|
|
} else if (/(Android)/i.test(navigator.userAgent)) {
|
|
|
|
|
android.appCmd('{\"type\":\"cmd_cancel_mondelay\",\"cancel_waring\":\"'+cancel_waring+'\"}'); } else {
|
|
|
|
|
android.appCmd('{\"type\":\"cmd_cancel_mondelay\"}');
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|