Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Rock Zhang
2015-11-02 11:19:38 +0800
Commit
83080f92c2899566983e34aa61189769f0ffee9b
1 parent
739de6f5
修复品类列表中一级分类中链接错误的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Category/Class.php
yohobuy/m.yohobuy.com/application/models/Category/Class.php
View file @
83080f9
...
...
@@ -59,7 +59,7 @@ class ClassModel
'id'
=>
$item
[
'id'
],
'url'
=>
Helpers
::
url
(
'/'
,
array
(
'sort'
=>
$item
[
'id'
],
'sort_name'
=>
$item
[
'name'
]
,
'list'
)
)
'sort_name'
=>
$item
[
'name'
]
),
'list'
)
);
$subitem
=
array
();
...
...
Please
register
or
login
to post a comment