|
@@ -13,8 +13,8 @@ |
|
|
learun.httpget(config.webapi + "StuInfoFresh/stuInfoFreshEntity", userinfo.baseinfo.account, (data) => { |
|
|
learun.httpget(config.webapi + "StuInfoFresh/stuInfoFreshEntity", userinfo.baseinfo.account, (data) => { |
|
|
if (data) { |
|
|
if (data) { |
|
|
//辅导员 |
|
|
//辅导员 |
|
|
$('.sQrText span').eq(2).html(data.StuInfoFreshEntity.ClassDiredctorName != null ? data.StuInfoFreshEntity.ClassDiredctorName.slice(0, 1) + "老师" : ""); |
|
|
|
|
|
$('.sQrText span').eq(3).html(data.StuInfoFreshEntity.ClassDiredctorMobile); |
|
|
|
|
|
|
|
|
$('.sQrText span').eq(0).html(data.StuInfoFreshEntity.ClassTutorName != null ? data.StuInfoFreshEntity.ClassTutorName.slice(0, 1) + "老师" : ""); |
|
|
|
|
|
$('.sQrText span').eq(1).html(data.StuInfoFreshEntity.ClassTutorMobile); |
|
|
|
|
|
|
|
|
//判断是否显示报到二维码:未确认报到,且已完善信息,且缴费三有一; |
|
|
//判断是否显示报到二维码:未确认报到,且已完善信息,且缴费三有一; |
|
|
var entity = data["StuInfoFreshEntity"]; |
|
|
var entity = data["StuInfoFreshEntity"]; |
|
|