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
Plain Diff
Browse Files
Authored by
郭成尧
2017-04-12 15:01:29 +0800
Commit
ee52de0d551f1c6c85805b5f6c738382ee8c6af6
2 parents
0a09b305
7b5cbf4b
Merge branch 'feature/reds' into release/5.6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
apps/product/controllers/new-shop.js
apps/product/controllers/new-shop.js
View file @
ee52de0
...
...
@@ -221,6 +221,12 @@ const shop = {
searchParam
.
uid
=
uid
;
}
/* 红人店铺直接跳转 */
if
(
shopInfoResult
.
is_red_shop
)
{
shop
.
redShop
(
req
,
res
,
next
);
return
false
;
}
/* 基础店铺返回程序内的跳转信号,跳转到基础店铺 */
if
(
shopInfoResult
&&
shopInfoResult
.
shop_template_type
)
{
...
...
Please
register
or
login
to post a comment