Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
semour
/
semour_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a083b87a
authored
Jul 28, 2023
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'ysx-修复深茂-20230728' into 'master'
修复 See merge request
!2
parents
fa84c2ac
d063c3af
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
resources/views/common/mallHeaderNav.blade.php
resources/views/common/mallHeaderNav.blade.php
View file @
a083b87a
...
...
@@ -3,7 +3,8 @@
<div
class=
"row cons verCenter"
>
<a
href=
"/mall"
class=
"logo"
><img
src=
"{{$public}}/assets/images/common/logo.png?v=20230222"
alt=
""
></a>
<div
class=
"search-input-box row boxsiz"
>
<input
type=
"text"
class=
"searchvalx mallsearchvalx"
placeholder=
"Enter part #"
value=
"{{request()->get('keyword')}}"
>
<input
type=
"text"
class=
"searchvalx mallsearchvalx"
placeholder=
"Enter part #"
value=
"{{request()->get('keyword')}}"
>
<div
class=
"searchbtnx boxsiz mallsearchbtnx"
><i
class=
"icon iconfont icon-sousuo-shangcheng"
></i></div>
</div>
<a
class=
"car-boxs"
href=
"/car"
><i
class=
"icon iconfont icon-gouwuche"
></i><span
class=
"carNum carNumxs"
>
0
</span></a>
...
...
@@ -42,22 +43,28 @@
<p>
{{$item['class_name']}}
</p>
</div>
<div
class=
"conboxx row"
>
@if(!empty($item['children']))
@foreach ($item['children'] as $itemchild)
<a
href=
"/class/{{$itemchild['class_id']}}"
class=
"erji"
title=
"{{$itemchild['class_name_en']}}"
>
{{$itemchild['class_name_en']}}
</a>
<a
href=
"/class/{{$itemchild['class_id']}}"
class=
"erji"
title=
"{{$itemchild['class_name_en']}}"
>
{{$itemchild['class_name_en']}}
</a>
@endforeach
@endif
</div>
<div
class=
"rightboxx boxsiz"
>
@if(!empty($item['children']))
@foreach ($item['children'] as $itemchild)
<div
class=
"grouprightx"
>
<a
class=
"p"
title=
"{{$itemchild['class_name_en']}}"
href=
"/class/{{$itemchild['class_id']}}"
>
{{$itemchild['class_name_en']}}
</a>
<a
class=
"p"
title=
"{{$itemchild['class_name_en']}}"
href=
"/class/{{$itemchild['class_id']}}"
>
{{$itemchild['class_name_en']}}
</a>
<div
class=
"threeClass boxsiz row"
>
@foreach ($itemchild['children'] as $itemchild3)
<a
href=
"/class/{{$itemchild3['class_id']??''}}"
title=
"{{$itemchild3['class_name_en']??''}}"
>
{{$itemchild3['class_name_en']??''}}
<span>
({{$itemchild3['sku_number']??''}})
</span></a>
<a
href=
"/class/{{$itemchild3['class_id']??''}}"
title=
"{{$itemchild3['class_name_en']??''}}"
>
{{$itemchild3['class_name_en']??''}}
<span>
({{$itemchild3['sku_number']??''}})
</span></a>
@endforeach
</div>
</div>
@endforeach
@endif
</div>
</div>
@endforeach
...
...
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