|
@ -227,15 +227,15 @@ function datalistEach(datalist) {
|
227
|
227
|
}
|
228
|
228
|
var typeTname = '';
|
229
|
229
|
if(item.authType) {
|
230
|
|
typeTname = '<em class="mui-icon iconfont icon-vip authicon-cu"> </em>';
|
|
230
|
typeTname = '<em class="mui-icon iconfont icon-vip authicon-cu" style="top:3px"> </em>';
|
231
|
231
|
} else {
|
232
|
232
|
if(item.authStatus==3) {
|
233
|
233
|
if(item.authentication == 1) {
|
234
|
|
typeTname = '<em class="mui-icon iconfont icon-renzheng authicon-mana"></em>';
|
|
234
|
typeTname = '<em class="mui-icon iconfont icon-renzheng authicon-mana" style="top:1px"></em>';
|
235
|
235
|
} else if(item.authentication == 2) {
|
236
|
|
typeTname = '<em class="mui-icon iconfont icon-renzheng authicon-staff"></em>';
|
|
236
|
typeTname = '<em class="mui-icon iconfont icon-renzheng authicon-staff" style="top:1px"></em>';
|
237
|
237
|
} else {
|
238
|
|
typeTname = '<em class="mui-icon iconfont icon-renzheng authicon-stu"></em>';
|
|
238
|
typeTname = '<em class="mui-icon iconfont icon-renzheng authicon-stu" style="top:1px"></em>';
|
239
|
239
|
}
|
240
|
240
|
}
|
241
|
241
|
}
|
|
@ -253,8 +253,8 @@ function datalistEach(datalist) {
|
253
|
253
|
oString += '<a class="proinfor itemBtn">' <!-- displayNone-->
|
254
|
254
|
oString += '<img class="mui-media-object mui-pull-left headimg headRadius" src="' + img + '">'
|
255
|
255
|
oString += '<div class="mui-media-body">'
|
256
|
|
oString += '<span class="listtit">' + item.name + ' ' + typeTname + ''
|
257
|
|
oString += '<span class="thistime">' + oCreateTime + '</span></span>'
|
|
256
|
oString += '<p class="listtit">' + item.name + ' ' + typeTname + ''
|
|
257
|
oString += '<span class="thistime">' + oCreateTime + '</span></p>'
|
258
|
258
|
oString += '<p class="listtit2">'
|
259
|
259
|
oString += '<span>' + title + '</span><span>' + office + '</span><span>' + orgName + '</span><span>' + address + '</span></p>'
|
260
|
260
|
oString += '<p class="listtit3 mui-ellipsis">' + ite.demandContent + '</p></div></a>'
|