Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
land_army
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sugar
land_army
Commits
f4087e5a
Commit
f4087e5a
authored
May 31, 2022
by
sugar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sticker
parent
5e2812fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
application/index/controller/Index.php
application/index/controller/Index.php
+3
-3
No files found.
application/index/controller/Index.php
View file @
f4087e5a
...
...
@@ -120,11 +120,11 @@ class Index extends Backend
//优秀作业
$yx_banner
=
get_banner
(
17
,
14
);
//互动讨论
$hd_banner
=
get_banner
(
11
,
8
);
$hd_banner
=
get_banner
(
21
,
16
);
//战时政治工作
$zs_banner
=
get_banner
(
1
2
,
9
);
$zs_banner
=
get_banner
(
1
9
,
17
);
//文体俱乐部
$wt_banner
=
get_banner
(
13
,
10
);
$wt_banner
=
get_banner
(
20
,
18
);
//资源管理
$resource
=
AdresourceModel
::
where
([
'closed'
=>
0
])
->
order
(
'orderby asc'
)
->
field
(
'ad_id,link_url,photo'
)
->
limit
(
16
)
->
select
();
$this
->
view
->
assign
(
"site"
,
$site
);
...
...
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