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
4b829f95
Commit
4b829f95
authored
Jan 27, 2022
by
liukang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉游戏板块跳转
parent
6bb62add
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
adbdad71e5c8ab8ec449d031c12bd249.php
runtime/temp/adbdad71e5c8ab8ec449d031c12bd249.php
+2
-2
list.html
template/home/game/list.html
+1
-1
No files found.
runtime/temp/adbdad71e5c8ab8ec449d031c12bd249.php
View file @
4b829f95
<?php
/*a:4:{s:66:"D:\PHPStormProject\fjkankan\config/../template/home\game\list.html";i:1643
092775
;s:70:"D:\PHPStormProject\fjkankan\config/../template/home\public\header.html";i:1643092775;s:71:"D:\PHPStormProject\fjkankan\config/../template/home\public\nav_bar.html";i:1643092775;s:70:"D:\PHPStormProject\fjkankan\config/../template/home\public\footer.html";i:1643092775;}*/
?>
<?php
/*a:4:{s:66:"D:\PHPStormProject\fjkankan\config/../template/home\game\list.html";i:1643
254236
;s:70:"D:\PHPStormProject\fjkankan\config/../template/home\public\header.html";i:1643092775;s:71:"D:\PHPStormProject\fjkankan\config/../template/home\public\nav_bar.html";i:1643092775;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"
>
...
...
@@ -298,7 +298,7 @@
</nav>
<section>
<?php
if
(
is_array
(
$game_list
)
||
$game_list
instanceof
\think\Collection
||
$game_list
instanceof
\think\Paginator
)
:
$k
=
0
;
$__LIST__
=
$game_list
;
if
(
count
(
$__LIST__
)
==
0
)
:
echo
""
;
else
:
foreach
(
$__LIST__
as
$key
=>
$vo
)
:
$mod
=
(
$k
%
2
);
++
$k
;
?>
<p><
a
href=
"
<?php
echo
htmlentities
(
$vo
[
'file_link'
]);
?>
"
target=
"_blank"
><img
src=
"
<?php
echo
htmlentities
(
$vo
[
'img'
][
'img_url'
]);
?><?php
echo
htmlentities
(
$vo
[
'img'
][
'img_name'
]);
?>
"
alt=
"
<?php
echo
htmlentities
(
$vo
[
'game_cate'
][
'title'
]);
?>
"
width=
"960"
height=
"260"
class=
"alignnone size-full wp-image-4485"
></a
></p>
<p><
<
img
src=
"
<?php
echo
htmlentities
(
$vo
[
'img'
][
'img_url'
]);
?><?php
echo
htmlentities
(
$vo
[
'img'
][
'img_name'
]);
?>
"
alt=
"
<?php
echo
htmlentities
(
$vo
[
'game_cate'
][
'title'
]);
?>
"
width=
"960"
height=
"260"
class=
"alignnone size-full wp-image-4485"
></p>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</section>
</div>
...
...
template/home/game/list.html
View file @
4b829f95
...
...
@@ -65,7 +65,7 @@
</nav>
<section>
{volist name="game_list" id="vo" key="k"}
<p><
a
href=
"{$vo.file_link}"
target=
"_blank"
><img
src=
"{$vo.img.img_url}{$vo.img.img_name}"
alt=
"{$vo.game_cate.title}"
width=
"960"
height=
"260"
class=
"alignnone size-full wp-image-4485"
></a
></p>
<p><
<
img
src=
"{$vo.img.img_url}{$vo.img.img_name}"
alt=
"{$vo.game_cate.title}"
width=
"960"
height=
"260"
class=
"alignnone size-full wp-image-4485"
></p>
{/volist}
</section>
</div>
...
...
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