123456789 |
- <div class="left_jobs">
- <div class="li link_gray6 J_hoverbut t11 @if(stripos(Route::currentRouteName(), 'setmeal') !== false) select @endif" onclick="window.location='{{ route('jkq.service.setmeal') }}'"><a href="{{ route('jkq.service.setmeal') }}">我的套餐</a></div>
- <div class="li link_gray6 J_hoverbut t12 @if(stripos(Route::currentRouteName(), 'points') !== false) select @endif" onclick="window.location='{{ route('jkq.service.points') }}'"><a href="{{ route('jkq.service.points') }}">我的积分</a></div>
- <div class="li link_gray6 J_hoverbut t13 @if(stripos(Route::currentRouteName(), 'increment') !== false) select @endif" onclick="window.location='{{ route('jkq.service.increment.index') }}'"><a href="{{ route('jkq.service.increment.index') }}">增值服务</a></div>
- <div class="li link_gray6 J_hoverbut t14 @if(stripos(Route::currentRouteName(), 'order') !== false) select @endif" onclick="window.location='{{ route('jkq.service.order.index') }}'"><a href="{{ route('jkq.service.order.index') }}">我的订单</a></div>
- @if($template)
- <div class="li link_gray6 J_hoverbut t15 @if(stripos(Route::currentRouteName(), 'template') !== false) select @endif" onclick="window.location='{{ route('jkq.service.template.index') }}'"><a href="{{ route('jkq.service.template.index') }}">模板切换</a></div>
- @endif
- </div>
|