Authored by weiqingting

Merge branch 'feature_student' into release/4.9.1.0

# Conflicts:
#	apps/product/models/detail.js
#	config/common.js
#	public/scss/common/_good.css
... ... @@ -126,7 +126,7 @@ const getPlatForm = (req) => {
let data = yield getUser(yoho.uid);
yoho.isStudent = data.data && data.data.vip_info && data.data.vip_info.is_student ? true : false;
yoho.isStudent=false;
yoho.isStudent = false;
return yoho;
})();
... ...
... ... @@ -410,6 +410,7 @@
input {
border: 0 none;
line-height: 100%;
}
.s-red {
... ...