Commit 6a5111c2 authored by martin's avatar martin

官网视频页面修改

parent f574fdfb
Pipeline #75 failed with stages
......@@ -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)
......
......@@ -585,7 +585,7 @@
</div>
<div class="page11-map">
@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
<p><a href="http://oa.fashiongz.com.cn/seeyon/index.jsp" target="_blank"><span></span>集团OA</a></p>
@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