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
yyq
2018-10-17 15:09:52 +0800
Commit
958f09c4b63e44d93f0a69e2c1f4ea8120bb5991
2 parents
0e700778
ecb60458
Merge branch 'feature/activityTpl' into release/6.7.9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/controllers/new-detail.js
apps/product/controllers/new-detail.js
View file @
958f09c
...
...
@@ -66,7 +66,7 @@ const newDetail = {
productSkn
:
result
.
productSkn
,
union_type
:
req
.
query
.
union_type
||
req
.
cookies
.
unionTypeYas
||
''
,
};
let
miniQrType
:
7
;
let
miniQrType
=
7
;
// 拼团展示拼团小程序码
if
(
req
.
query
.
type
===
'groupPurchase'
)
{
...
...
Please
register
or
login
to post a comment