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
htoooth
9 years ago
Commit
434d8584f047edfa929dbc170793d09c5845eeee
1 parent
8c12d131
修复链接错误
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/models/Product/Shop.php
yohobuy/www.yohobuy.com/application/models/Product/Shop.php
View file @
434d858
...
...
@@ -685,7 +685,7 @@ class ShopModel
private
static
function
modifyUrl
(
$val
,
$shopId
)
{
if
(
isset
(
$val
[
'linkType'
])
&&
$val
[
'linkType'
]
==
1
)
{
return
Helpers
::
url
(
'/product/index/shoplist'
,
array
(
'filter_poolId'
=>
$val
[
'categoryId'
],
'shopId'
=>
$shopId
));
return
Helpers
::
url
(
'/product/index/shoplist'
,
array
(
'filter_poolId'
=>
$val
[
'categoryId'
],
'shopId'
=>
$shopId
)
,
''
);
}
else
{
return
$val
[
'url'
];
}
...
...
Please
register
or
login
to post a comment