Showing
1 changed file
with
1 additions
and
1 deletions
@@ -66,7 +66,7 @@ const newDetail = { | @@ -66,7 +66,7 @@ const newDetail = { | ||
66 | productSkn: result.productSkn, | 66 | productSkn: result.productSkn, |
67 | union_type: req.query.union_type || req.cookies.unionTypeYas || '', | 67 | union_type: req.query.union_type || req.cookies.unionTypeYas || '', |
68 | }; | 68 | }; |
69 | - let miniQrType: 7; | 69 | + let miniQrType = 7; |
70 | 70 | ||
71 | // 拼团展示拼团小程序码 | 71 | // 拼团展示拼团小程序码 |
72 | if (req.query.type === 'groupPurchase') { | 72 | if (req.query.type === 'groupPurchase') { |
-
Please register or login to post a comment