...
|
...
|
@@ -61,8 +61,8 @@ |
|
|
id="title" required value="{$shuju.title}" placeholder="请输入标题"/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<input type="hidden" name="post[post_id]" value="{$data.id}" class="form-control">
|
|
|
<input type="hidden" name="post[id]" value="{$shuju.id}" class="form-control">
|
|
|
<input type="hidden" name="post[post_id]" value="{$shuju.post_id}" class="form-control">
|
|
|
<input type="hidden" name="post[id]" value="{$data.id}" class="form-control">
|
|
|
<tr>
|
|
|
<th>内容</th>
|
|
|
<td>
|
...
|
...
|
|