Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
db25994a1c3a55c92b2d70726e202fcabaa0bf44
1 parent
16eabbe6
search url
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
library/LibModels/Wap/Product/SearchData.php
library/Plugin/DataProcess/ShopProcess.php
library/LibModels/Wap/Product/SearchData.php
View file @
db25994
...
...
@@ -39,7 +39,7 @@ class SearchData
return
'http://testing.yohoops.org/yohosearch/search.json'
;
case
'developer'
:
default
:
return
'http://
192.168.102.216:8080
/yohosearch/search.json'
;
return
'http://
searchyohoops.yohobuy.com
/yohosearch/search.json'
;
}
}
...
...
library/Plugin/DataProcess/ShopProcess.php
View file @
db25994
...
...
@@ -173,7 +173,6 @@ class ShopProcess
}
self
::
$shopData
[
'hotCategory'
][
'list'
][]
=
array
(
'url'
=>
$cate
[
'url'
],
'img'
=>
$cate
[
'src'
]);
}
return
$data
;
}
/**
...
...
Please
register
or
login
to post a comment