Authored by htoooth

fix

... ... @@ -73,7 +73,7 @@ const bind = {
let openId = req.body.openId;
let area = req.body.area;
if (req.session.verifyCode !== 'relateStep1') {
if (req.session.type !== 'relateStep1') {
return next();
}
... ...