...
|
...
|
@@ -362,12 +362,14 @@ const favoriteBrand = (req, res, next) => { |
|
|
}
|
|
|
});
|
|
|
|
|
|
refer = refererSplit[0] + '?' + shopId;
|
|
|
if (shopId) {
|
|
|
refer = refererSplit[0] + '?' + shopId;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
let url = helpers.urlFormat('/signin.html') + '?refer=' + refer;
|
|
|
|
|
|
if (appVersion) {
|
|
|
if (appVersion && appVersion !== 'false') {
|
|
|
uid = req.query.uid ? crypto.decrypt('', req.query.uid) : req.cookies.appUid;
|
|
|
|
|
|
if (!uid || uid === 'undefined') {
|
...
|
...
|
|