|
@@ -1,4 +1,4 @@
|
|
-@extends('mobile.module.layouts.health')
|
|
|
|
|
|
+@extends('mobile.module.layouts.ic')
|
|
@push('meta')
|
|
@push('meta')
|
|
|
|
|
|
@endpush
|
|
@endpush
|
|
@@ -26,7 +26,7 @@
|
|
<div class="n-tit-box">
|
|
<div class="n-tit-box">
|
|
宣讲会/招聘会
|
|
宣讲会/招聘会
|
|
</div>
|
|
</div>
|
|
- <div class="return js-back for-event" data-href="{{route('mobile.health.index')}}"></div>
|
|
|
|
|
|
+ <div class="return js-back for-event" data-href="{{route('mobile.ic.index')}}"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -221,7 +221,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="list_height form-item">
|
|
<div class="list_height form-item">
|
|
<div class="pic"></div>
|
|
<div class="pic"></div>
|
|
- <div class="tit font14">简历<span class="font_red_light">*</span></div>
|
|
|
|
|
|
+ <div class="tit font14">简历</div>
|
|
<div class="describe font13">
|
|
<div class="describe font13">
|
|
<span id="uploadPicButton">双击上传文件</span>
|
|
<span id="uploadPicButton">双击上传文件</span>
|
|
<input type="file" id="uploadFile" accept="application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-powerpoint,application/vnd.openxmlformats-officedocument.presentationml.presentation,text/plain,application/pdf" style="display: none;">
|
|
<input type="file" id="uploadFile" accept="application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-powerpoint,application/vnd.openxmlformats-officedocument.presentationml.presentation,text/plain,application/pdf" style="display: none;">
|
|
@@ -315,7 +315,7 @@
|
|
$.ajax({
|
|
$.ajax({
|
|
headers: {'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')},
|
|
headers: {'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')},
|
|
type: "POST",
|
|
type: "POST",
|
|
- url: "{{ route('mobile.health.teach.uploadHead') }}",
|
|
|
|
|
|
+ url: "{{ route('mobile.ic.teach.uploadHead') }}",
|
|
data: submitData,
|
|
data: submitData,
|
|
dataType:"json",
|
|
dataType:"json",
|
|
success: function(result){
|
|
success: function(result){
|
|
@@ -340,14 +340,14 @@
|
|
var data = $(this).serialize();
|
|
var data = $(this).serialize();
|
|
$.ajax({
|
|
$.ajax({
|
|
headers: {'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')},
|
|
headers: {'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')},
|
|
- url: "{{ route('mobile.health.teach.save') }}",
|
|
|
|
|
|
+ url: "{{ route('mobile.ic.teach.save') }}",
|
|
type: 'POST',
|
|
type: 'POST',
|
|
dataType: 'json',
|
|
dataType: 'json',
|
|
data: data,
|
|
data: data,
|
|
success : function(result){
|
|
success : function(result){
|
|
if (result.status == 1) {
|
|
if (result.status == 1) {
|
|
alert('提交成功');
|
|
alert('提交成功');
|
|
- location.href = "{{route('mobile.health.index')}}";
|
|
|
|
|
|
+ location.href = "{{route('mobile.ic.index')}}";
|
|
} else {
|
|
} else {
|
|
qsToast({type:2,context: result.msg});
|
|
qsToast({type:2,context: result.msg});
|
|
}
|
|
}
|