Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郭成尧
8 years ago
Commit
3bcd1259de44f760dc5c021dfd4d3bd9f15a04af
1 parent
b4829851
search-no-shop-no-fav-check
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
apps/product/models/list.js
public/js/product/search/list.js
apps/product/models/list.js
View file @
3bcd125
...
...
@@ -497,9 +497,6 @@ const getShopData = (req, shopId, uid, isApp) => {
let
shopData
=
{};
let
channel
=
req
.
yoho
.
channel
;
/* 变量污染临时处理 */
// shopId = shopId.replace(/\//, '');
return
_getShopInfo
(
shopId
,
uid
).
then
(
shopInfoResult
=>
{
/* 基础店铺返回程序内的跳转信号,跳转到基础店铺 */
...
...
public/js/product/search/list.js
View file @
3bcd125
...
...
@@ -89,7 +89,7 @@ ellipsis.init();
tip
.
show
(
'网络断开连接了~'
);
}
});
}
else
{
}
else
if
(
$
(
'.shopId'
).
val
().
length
>
0
)
{
$
.
ajax
({
url
:
'/product/index/baseShopFav'
,
data
:
{
...
...
Please
register
or
login
to post a comment