| xqd
@@ -61,7 +61,7 @@
|
|
|
<div class="col-sm-9">
|
|
|
<textarea name="data[about]" id="editorabout" required="" aria-required="true" class="form-control" rows="10">{{ $data['about'] or ''}}</textarea>
|
|
|
|
|
|
- {!! editor('editorabout', ['position' => 'ali', 'folder' => 'upload/common'], ['themeType' => 'simple', 'height' => '300px']) !!}
|
|
|
+ {{-- {!! editor('editorabout', ['position' => 'ali', 'folder' => 'upload/common'], ['themeType' => 'simple', 'height' => '300px']) !!}--}}
|
|
|
|
|
|
</div>
|
|
|
|
| xqd
@@ -185,4 +185,20 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+@endsection
|
|
|
+@section('footer')
|
|
|
+ {{--时间插件--}}
|
|
|
+ <link rel="stylesheet" type="text/css" href="/base/css/time/jquery.datetimepicker.css" />
|
|
|
+ <script src="/base/js/time/build/jquery.datetimepicker.full.js"></script>
|
|
|
+ <script src="/base/js/time/jquery.datetimepicker.js"></script>
|
|
|
+ <script>
|
|
|
+ // 时间选择js
|
|
|
+ $(function() {
|
|
|
+ $.datetimepicker.setLocale('ch');
|
|
|
+ $('#data_time').datetimepicker({
|
|
|
+ step:5,
|
|
|
+// format: 'yyyy-mm-dd hh:ii'
|
|
|
+ });
|
|
|
+ });
|
|
|
+ </script>
|
|
|
@endsection
|