@admin 增强版报名活动模块不能报名是bug吗?是请修复一下谢谢!
测式网址:https://www.nabk.com.cn/party/
增强版报名活动模块,在默认模板下,pc与wap都是无法报名的,如果是使用其他模板,是可以报名的。
判断代码在/template/index_style/default/party/content/pc_show.htm中
<div class="butters"> {if $info['begin_time']&&strtotime($info['begin_time'])>time()} <span><button style="background:#ccc;">活动还没开始</button></span> {elseif $info['end_time']&&strtotime($info['end_time'])<time()} <span><button style="background:#ccc;">活动已经结束了</button></span> {else /} <span><button onclick="BuyThisShop(2)">报名参加</button></span> {/if} <!--<em><button onclick="BuyThisShop(1)">加入购物车</button></em>--> </div>
上面的代码要如何改,才能实现报名结束时间:2020-04-07 17:00之前能报名,超过报名结束时间:2020-04-07 17:00则显示已经结束报名了,当超过活动结束时间:2020-04-10 10:30则显示活动已经结束了