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
86623ab0
authored
Dec 01, 2022
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
分类新开窗口关闭
parent
53f3996b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
resources/views/common/mallHeaderNav.blade.php
resources/views/common/mallHeaderNav.blade.php
View file @
86623ab0
...
...
@@ -43,16 +43,16 @@
</div>
<div
class=
"conboxx row"
>
@foreach ($item['children'] as $itemchild)
<a
href=
"/class/{{$itemchild['class_id']}}"
class=
"erji"
title=
"{{$itemchild['class_name_en']}}"
target=
"_blank"
>
{{$itemchild['class_name_en']}}
</a>
<a
href=
"/class/{{$itemchild['class_id']}}"
class=
"erji"
title=
"{{$itemchild['class_name_en']}}"
>
{{$itemchild['class_name_en']}}
</a>
@endforeach
</div>
<div
class=
"rightboxx boxsiz"
>
@foreach ($item['children'] as $itemchild)
<div
class=
"grouprightx"
>
<a
class=
"p"
title=
"{{$itemchild['class_name_en']}}"
target=
"_blank"
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
target=
"_blank"
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>
...
...
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