소스 검색

图片顺序更改

linwu 2 년 전
부모
커밋
574fa147c4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      public/themes/default/views/app/index.blade.php

+ 2 - 2
public/themes/default/views/app/index.blade.php

@@ -435,9 +435,9 @@
 
     {{--背调测评--}}
     <div class="wide backgroundcheck">
-        <a href="{{route('backgroundCheck.index')}}"><img src="{{ theme_asset('app/images/backgroundcheck/background_check1.png') }}" /></a>
-        <a href="{{route('backgroundCheck.index')}}"><img src="{{ theme_asset('app/images/backgroundcheck/background_check2.png') }}" /></a>
         <a href="{{route('backgroundCheck.index')}}"><img src="{{ theme_asset('app/images/backgroundcheck/background_check3.png') }}" /></a>
+        <a href="{{route('backgroundCheck.index')}}"><img src="{{ theme_asset('app/images/backgroundcheck/background_check2.png') }}" /></a>
+        <a href="{{route('backgroundCheck.index')}}"><img src="{{ theme_asset('app/images/backgroundcheck/background_check1.png') }}" /></a>
     </div>
 
     <!--人才服务模块-->