Commit 6a5111c2 authored by martin's avatar martin

官网视频页面修改

parent f574fdfb
Pipeline #75 failed with stages
...@@ -99,12 +99,11 @@ class AudioController extends Controller ...@@ -99,12 +99,11 @@ class AudioController extends Controller
$type = $request->get('type'); $type = $request->get('type');
$page = $request->get('page'); $page = $request->get('page');
$data = IndexVideoUrl::getDataById(0,$request->get('num')); $data = IndexVideoUrl::getDataById($language_type,$request->get('num'));
// var_dump($data->title);exit; // var_dump($data);exit;
$list = IndexVideoUrl::query() $list = IndexVideoUrl::query()
->where('status',0) ->where('status',0)
->where(['type'=>$type,'language_type'=>0]) ->where(['type'=>$type,'language_type'=>$language_type])
// ->where('type','=',$type)
->limit(3)->paginate(3, ['*'], 'page', $page); ->limit(3)->paginate(3, ['*'], 'page', $page);
$navigation = IndexNavigation::query() $navigation = IndexNavigation::query()
->where('is_link',0) ->where('is_link',0)
......
...@@ -585,7 +585,7 @@ ...@@ -585,7 +585,7 @@
</div> </div>
<div class="page11-map"> <div class="page11-map">
@if($language_type == 1) @if($language_type == 1)
<p><a href="http://oanew.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 @else
<p><a href="http://oa.fashiongz.com.cn/seeyon/index.jsp" target="_blank"><span></span>集团OA</a></p> <p><a href="http://oa.fashiongz.com.cn/seeyon/index.jsp" target="_blank"><span></span>集团OA</a></p>
@endif @endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment