Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fjkankan
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
甘剑浪
fjkankan
Commits
0c7e183a
Commit
0c7e183a
authored
Mar 25, 2022
by
liukang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提交
parent
8026db60
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
345 additions
and
5 deletions
+345
-5
ServiceHelp.php
application/servicehelp/controller/ServiceHelp.php
+1
-1
468f43e9a25c2255d7c4dcacc7c3842c.php
runtime/temp/468f43e9a25c2255d7c4dcacc7c3842c.php
+3
-3
ab46421e5c83761267d4d85c741e6822.php
runtime/temp/ab46421e5c83761267d4d85c741e6822.php
+340
-0
list.html
template/home/join/list.html
+1
-1
No files found.
application/servicehelp/controller/ServiceHelp.php
View file @
0c7e183a
...
...
@@ -33,7 +33,7 @@ class ServiceHelp extends Base
}
public
function
help
(){
$question_cate_list
=
QuestionCate
::
where
(
'isdeleted'
,
0
)
->
select
();
//
$question_cate_list = $this->dealData($question_cate_list);
$question_cate_list
=
$this
->
dealData
(
$question_cate_list
);
$question_list
=
array
();
$cate
=
new
QuestionCate
();
if
(
count
(
$question_cate_list
)
>
0
){
...
...
runtime/temp/468f43e9a25c2255d7c4dcacc7c3842c.php
View file @
0c7e183a
<?php
/*a:4:{s:66:"D:\PHPStormProject\fjkankan\config/../template/home\join\list.html";i:164
3092775
;s:70:"D:\PHPStormProject\fjkankan\config/../template/home\public\header.html";i:1648195250;s:71:"D:\PHPStormProject\fjkankan\config/../template/home\public\nav_bar.html";i:1648116123;s:70:"D:\PHPStormProject\fjkankan\config/../template/home\public\footer.html";i:1643092775;}*/
?>
<?php
/*a:4:{s:66:"D:\PHPStormProject\fjkankan\config/../template/home\join\list.html";i:164
8204654
;s:70:"D:\PHPStormProject\fjkankan\config/../template/home\public\header.html";i:1648195250;s:71:"D:\PHPStormProject\fjkankan\config/../template/home\public\nav_bar.html";i:1648116123;s:70:"D:\PHPStormProject\fjkankan\config/../template/home\public\footer.html";i:1643092775;}*/
?>
<html>
<head>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/static/common/css/common.css"
>
...
...
@@ -325,7 +325,7 @@
</div>
<div
class=
"swiper-pagination swiper-pagination-clickable"
><span
class=
"swiper-pagination-bullet swiper-pagination-bullet-active"
></span></div>
</section>
<?php
if
(
!
empty
(
$join_cate_list
))
:
?>
<section
class=
"section2"
>
<p>
在这里,你将拥有宽松、愉悦、平等的工作环境,你将收获友爱、尊重、温暖的创业伙伴,更重要的是,
</p>
<p>
你有可能实现自己最大的价值。
</p>
...
...
@@ -382,7 +382,7 @@
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
<!--end of foreach-->
</section>
<?php
endif
;
?>
</div>
...
...
runtime/temp/ab46421e5c83761267d4d85c741e6822.php
0 → 100644
View file @
0c7e183a
This diff is collapsed.
Click to expand it.
template/home/join/list.html
View file @
0c7e183a
...
...
@@ -104,7 +104,7 @@
</div>
<div
class=
"swiper-pagination swiper-pagination-clickable"
><span
class=
"swiper-pagination-bullet swiper-pagination-bullet-active"
></span></div>
</section>
{if !empty(join_cate_list)}
{if !empty(
$
join_cate_list)}
<section
class=
"section2"
>
<p>
在这里,你将拥有宽松、愉悦、平等的工作环境,你将收获友爱、尊重、温暖的创业伙伴,更重要的是,
</p>
<p>
你有可能实现自己最大的价值。
</p>
...
...
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