...
|
...
|
@@ -152,7 +152,7 @@ exports.index = (req, res, next) => { |
|
|
isStudent: req.__USER__.isStudent,
|
|
|
isSupportStudent: req.__USER__.isSupportStudent,
|
|
|
isLogin: req.__USER__.isLogin,
|
|
|
title: '有货学生专享权益',
|
|
|
title: '有货学生专享优惠',
|
|
|
http: req.__USER__.http,
|
|
|
uid: req.__USER__.uid,
|
|
|
app_version: req.__USER__.app_version,
|
...
|
...
|
|