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
6a5111c2
Commit
6a5111c2
authored
Apr 16, 2021
by
martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
官网视频页面修改
parent
f574fdfb
Pipeline
#75
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
AudioController.php
app/Http/Controllers/Index/AudioController.php
+3
-4
index.blade.php
resources/views/Index/index.blade.php
+1
-1
No files found.
app/Http/Controllers/Index/AudioController.php
View file @
6a5111c2
...
...
@@ -99,12 +99,11 @@ class AudioController extends Controller
$type
=
$request
->
get
(
'type'
);
$page
=
$request
->
get
(
'page'
);
$data
=
IndexVideoUrl
::
getDataById
(
0
,
$request
->
get
(
'num'
));
// var_dump($data
->title
);exit;
$data
=
IndexVideoUrl
::
getDataById
(
$language_type
,
$request
->
get
(
'num'
));
// var_dump($data);exit;
$list
=
IndexVideoUrl
::
query
()
->
where
(
'status'
,
0
)
->
where
([
'type'
=>
$type
,
'language_type'
=>
0
])
// ->where('type','=',$type)
->
where
([
'type'
=>
$type
,
'language_type'
=>
$language_type
])
->
limit
(
3
)
->
paginate
(
3
,
[
'*'
],
'page'
,
$page
);
$navigation
=
IndexNavigation
::
query
()
->
where
(
'is_link'
,
0
)
...
...
resources/views/Index/index.blade.php
View file @
6a5111c2
...
...
@@ -585,7 +585,7 @@
</div>
<div class="
page11
-
map
">
@if(
$language_type
== 1)
<p><a href="
http
://
oa
new
.
fashiongz
.
com
.
cn
/
seeyon
/
index
.
jsp
" target="
_blank
"><span></span>Group OA</a></p>
<p><a href="
http
://
oa
.
fashiongz
.
com
.
cn
/
seeyon
/
index
.
jsp
" target="
_blank
"><span></span>Group OA</a></p>
@else
<p><a href="
http
://
oa
.
fashiongz
.
com
.
cn
/
seeyon
/
index
.
jsp
" target="
_blank
"><span></span>集团OA</a></p>
@endif
...
...
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