测试版2.3.2发布

This commit is contained in:
2021-05-08 20:14:31 +08:00
parent dafdbc1746
commit c8aa6ac4bc
17 changed files with 335 additions and 271 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
</div>
<div class="form-group">
@include('attachment/add')
@include('attachment/create')
</div>
<div class="form-group">
+1 -1
View File
@@ -4,7 +4,7 @@
<form method="post" action="{{url('comment')}}" id="myform" name="myform">
<div class="form-group">
@include('attachment/add')
@include('attachment/create')
</div>
<div class="form-group">
+8 -8
View File
@@ -29,10 +29,9 @@
<div class="wrapper-xs padder">
{{$post->content}}
@if($attachList['view'])
@if($attachment['rows'])
<div class="b-a b-light wrapper-sm">
@include('attachment/view')
@include('attachment/show')
</div>
@endif
@@ -69,12 +68,13 @@
{{$row->content}}
@if($row['attach'])
@if($row['attachment'])
{{'';$attachment = $row['attachment']}}
<div class="b-a b-light wrapper-sm">
{{'';$attachList['view'] = $row['attach']}}
@include('attachment/view')
@include('attachment/show')
</div>
@endif
</div>
@endforeach
</div>
@@ -91,8 +91,8 @@
<form method="post" action="{{url('comment')}}" id="myform" name="myform">
<div class="form-group">
{{'';$attachList = $attachment}}
@include('attachment/add')
{{'';$attachment = $attachment_comment}}
@include('attachment/create')
</div>
<div class="form-group">