Authored by hongweigao

学生信息判断

... ... @@ -329,8 +329,8 @@ const getUserInfo = (uid) => {
finalResult.userPersonalInfo = {
subTitle: '会员信息',
certified: parseInt(userInfo.is_student, 10) === 1,
tipsUrl: parseInt(userInfo.is_students, 10) === 1 ?
certified: parseInt(userInfo.vip_info.is_student, 10) === 1,
tipsUrl: parseInt(userInfo.vip_info.is_student, 10) === 1 ?
helpers.urlFormat('/list') : helpers.urlFormat('/product/students'),
firstBox: true,
submitId: 'base-info',
... ...