作者 sgj
1 个管道 的构建 通过 耗费 4 秒

添加结束时间

... ... @@ -202,7 +202,6 @@ class ActivityController extends AdminBaseController
$param['time']=strtotime($param['time']);
$validate = new Validate([
'activity_name' => 'require',
'content'=>'require',
'time' => 'require',
'thumbnail'=>'require',
... ...
... ... @@ -88,6 +88,15 @@
</td>
</tr>
<tr>
<th><b>结束时间</b></th>
</tr>
<tr>
<td>
<input class="form-control js-bootstrap-datetime" type="text" name="end_time"
value="{:date('Y-m-d',time())}">
</td>
</tr>
<tr>
<th>状态</th>
</tr>
<tr>
... ...