Authored by htoooth

fix

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