Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
fashion_group
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
章建武
fashion_group
Commits
5a06b86d
Commit
5a06b86d
authored
Jun 09, 2020
by
章建武
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dep
parent
f5d105ed
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
17 additions
and
5 deletions
+17
-5
common.php
admin/application/admin/common.php
+3
-0
BoutiqueController.php
admin/application/admin/controller/BoutiqueController.php
+3
-2
add.html
admin/application/admin/view/boutique/add.html
+1
-1
add.html
admin/application/admin/view/joinus/add.html
+7
-0
admin.js
admin/public/static/admin/js/admin.js
+1
-0
0c943e75e0ada8b14e77441cd331d517.png
.../attachment/20200609/0c943e75e0ada8b14e77441cd331d517.png
+0
-0
870b15a9e8b15b6fd50a891e35577dbe.png
.../attachment/20200609/870b15a9e8b15b6fd50a891e35577dbe.png
+0
-0
8e9907782f4bb39944057c49923b53a1.png
.../attachment/20200609/8e9907782f4bb39944057c49923b53a1.png
+0
-0
94e04b229180c1dc3c06009b12017b4c.png
.../attachment/20200609/94e04b229180c1dc3c06009b12017b4c.png
+0
-0
a535de59eed3f85a773fd8beb58ab40d.png
.../attachment/20200609/a535de59eed3f85a773fd8beb58ab40d.png
+0
-0
c1e7b204c295805e41a14ce62cae9524.jpg
.../attachment/20200609/c1e7b204c295805e41a14ce62cae9524.jpg
+0
-0
c7aa024373d35b28983db98333c1be6f.png
.../attachment/20200609/c7aa024373d35b28983db98333c1be6f.png
+0
-0
eb125aa371ac7cda7c5bb5d3359d3dbf.png
.../attachment/20200609/eb125aa371ac7cda7c5bb5d3359d3dbf.png
+0
-0
job_social.blade.php
resources/views/Index/join_us/job_social.blade.php
+2
-2
No files found.
admin/application/admin/common.php
View file @
5a06b86d
...
@@ -18,6 +18,9 @@ const URL_CLOSE_LAYER = 'url://close-layer';
...
@@ -18,6 +18,9 @@ const URL_CLOSE_LAYER = 'url://close-layer';
/** 关闭当前弹窗并刷新父级 */
/** 关闭当前弹窗并刷新父级 */
const
URL_CLOSE_REFRESH
=
'url://close-refresh'
;
const
URL_CLOSE_REFRESH
=
'url://close-refresh'
;
//js 刷新页面
const
URL_WINDOW
=
'window.location.reload()'
;
if
(
!
function_exists
(
'success'
))
{
if
(
!
function_exists
(
'success'
))
{
function
success
(
$msg
=
'操作成功'
,
$url
=
URL_BACK
,
$data
=
''
,
$wait
=
0
,
array
$header
=
[])
function
success
(
$msg
=
'操作成功'
,
$url
=
URL_BACK
,
$data
=
''
,
$wait
=
0
,
array
$header
=
[])
...
...
admin/application/admin/controller/BoutiqueController.php
View file @
5a06b86d
...
@@ -57,7 +57,7 @@ class BoutiqueController extends Controller
...
@@ -57,7 +57,7 @@ class BoutiqueController extends Controller
'img_title'
=>
$param
[
'img_title'
][
$k
],
'img_title'
=>
$param
[
'img_title'
][
$k
],
];
];
}
}
$model
->
where
([
'language_type'
=>
$param
[
'language_type'
],
'type'
=>
$param
[
'type'
]])
->
update
([
'
content'
=>
$param
[
'content
'
]]);
$model
->
where
([
'language_type'
=>
$param
[
'language_type'
],
'type'
=>
$param
[
'type'
]])
->
update
([
'
title'
=>
$param
[
'title
'
]]);
$result
=
$model
->
insertAll
(
$data
);
$result
=
$model
->
insertAll
(
$data
);
$url
=
URL_BACK
;
$url
=
URL_BACK
;
if
(
isset
(
$param
[
'_create'
])
&&
$param
[
'_create'
]
==
1
)
{
if
(
isset
(
$param
[
'_create'
])
&&
$param
[
'_create'
]
==
1
)
{
...
@@ -96,7 +96,8 @@ class BoutiqueController extends Controller
...
@@ -96,7 +96,8 @@ class BoutiqueController extends Controller
}
}
}
}
$result
=
$data
->
save
(
$param
);
$result
=
$data
->
save
(
$param
);
$model
->
where
([
'language_type'
=>
$param
[
'language_type'
],
'type'
=>
$param
[
'type'
]])
->
update
([
'content'
=>
$param
[
'content'
]]);
$model
->
where
([
'language_type'
=>
$param
[
'language_type'
],
'type'
=>
$param
[
'type'
]])
->
update
([
'title'
=>
$param
[
'title'
]]);
return
$result
?
success
()
:
error
();
return
$result
?
success
()
:
error
();
}
}
...
...
admin/application/admin/view/boutique/add.html
View file @
5a06b86d
...
@@ -149,7 +149,7 @@
...
@@ -149,7 +149,7 @@
});
});
</script>
</script>
<!--
施工团队
-->
<!--
添加图片
-->
<script>
<script>
var
j
=-
1
;
var
j
=-
1
;
$
(
'body'
).
delegate
(
'.p_del'
,
'click'
,
function
(){
$
(
'body'
).
delegate
(
'.p_del'
,
'click'
,
function
(){
...
...
admin/application/admin/view/joinus/add.html
View file @
5a06b86d
...
@@ -48,6 +48,13 @@
...
@@ -48,6 +48,13 @@
type=
"tel"
maxlength=
"110"
class=
"form-control field-mobile"
>
type=
"tel"
maxlength=
"110"
class=
"form-control field-mobile"
>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"source"
class=
"col-sm-2 control-label"
>
招聘链接
</label>
<div
class=
"col-sm-10 col-md-4"
>
<input
id=
"job_link"
name=
"job_link"
value=
"{$data.job_link|default=''}"
placeholder=
"请输入招聘链接"
type=
"text"
class=
"form-control"
>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
for=
"introduce"
class=
"col-sm-2 control-label"
>
招聘人数
</label>
<label
for=
"introduce"
class=
"col-sm-2 control-label"
>
招聘人数
</label>
...
...
admin/public/static/admin/js/admin.js
View file @
5a06b86d
...
@@ -236,6 +236,7 @@ function formSubmit(form) {
...
@@ -236,6 +236,7 @@ function formSubmit(form) {
}
}
}
}
goUrl
(
result
.
url
);
goUrl
(
result
.
url
);
window
.
location
.
reload
();
},
},
error
:
function
(
xhr
,
type
,
errorThrown
)
{
error
:
function
(
xhr
,
type
,
errorThrown
)
{
//异常处理;
//异常处理;
...
...
admin/public/uploads/attachment/20200609/0c943e75e0ada8b14e77441cd331d517.png
0 → 100644
View file @
5a06b86d
406 KB
admin/public/uploads/attachment/20200609/870b15a9e8b15b6fd50a891e35577dbe.png
0 → 100644
View file @
5a06b86d
614 KB
admin/public/uploads/attachment/20200609/8e9907782f4bb39944057c49923b53a1.png
0 → 100644
View file @
5a06b86d
406 KB
admin/public/uploads/attachment/20200609/94e04b229180c1dc3c06009b12017b4c.png
0 → 100644
View file @
5a06b86d
406 KB
admin/public/uploads/attachment/20200609/a535de59eed3f85a773fd8beb58ab40d.png
0 → 100644
View file @
5a06b86d
607 KB
admin/public/uploads/attachment/20200609/c1e7b204c295805e41a14ce62cae9524.jpg
0 → 100644
View file @
5a06b86d
751 KB
admin/public/uploads/attachment/20200609/c7aa024373d35b28983db98333c1be6f.png
0 → 100644
View file @
5a06b86d
259 KB
admin/public/uploads/attachment/20200609/eb125aa371ac7cda7c5bb5d3359d3dbf.png
0 → 100644
View file @
5a06b86d
259 KB
resources/views/Index/join_us/job_social.blade.php
View file @
5a06b86d
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
{!!
$v->content
!!}
{!!
$v->content
!!}
</div>
</div>
<div class="
panel
-
inner
-
b
-
btn
">
<div class="
panel
-
inner
-
b
-
btn
">
<a href="
http
://
company
.
zhaopin
.
com
/%
E6
%
B7
%
B1
%
E5
%
9
C
%
B3
%
E6
%
97
%
B6
%
E5
%
B0
%
9
A
%
E5
%
95
%
86
%
E4
%
B8
%
9
A
%
E5
%
9
C
%
B0
%
E4
%
BA
%
A7
%
E9
%
9
B
%
86
%
E5
%
9
B
%
A2
%
E8
%
82
%
A1
%
E4
%
BB
%
BD
%
E6
%
9
C
%
89
%
E9
%
99
%
90
%
E5
%
85
%
AC
%
E5
%
8
F
%
B8_CC120721323
.
htm
" target="
_blank
">
<a href="
{{
$v
->
job_link
}}
" target="
_blank
">
@if(
$language_type
== 1)
@if(
$language_type
== 1)
I want to apply
I want to apply
@else
@else
...
@@ -129,7 +129,7 @@
...
@@ -129,7 +129,7 @@
{!!
$v->content
!!}
{!!
$v->content
!!}
</div>
</div>
<div class="
panel
-
inner
-
b
-
btn
">
<div class="
panel
-
inner
-
b
-
btn
">
<a href="
http
://
company
.
zhaopin
.
com
/%
E6
%
B7
%
B1
%
E5
%
9
C
%
B3
%
E6
%
97
%
B6
%
E5
%
B0
%
9
A
%
E5
%
95
%
86
%
E4
%
B8
%
9
A
%
E5
%
9
C
%
B0
%
E4
%
BA
%
A7
%
E9
%
9
B
%
86
%
E5
%
9
B
%
A2
%
E8
%
82
%
A1
%
E4
%
BB
%
BD
%
E6
%
9
C
%
89
%
E9
%
99
%
90
%
E5
%
85
%
AC
%
E5
%
8
F
%
B8_CC120721323
.
htm
" target="
_blank
">
<a href="
{{
$v
->
job_link
}}
" target="
_blank
">
@if(
$language_type
== 1)
@if(
$language_type
== 1)
I want to apply
I want to apply
@else
@else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment