d">лет назад: 7   xuchunyang 3a4a6235a5 修改资源链接 лет назад: 7   luyanan 4fa13f251b 用户头像形状改为圆的 лет назад: 7   luyanan 70efc5c3e9 修改判断标识以及专家头像与企业logo的区别 лет назад: 7   luyanan 20be91368c 成功时,更换弹出显示的成功图片 лет назад: 7   xuchunyang 1a0599dd45 添加登录判断方法 лет назад: 7   luyanan 799c6cf201 企业文章头像上传完善 лет назад: 7   luyanan b07e10b33d 添加身份标识 лет назад: 7   xuchunyang bd84a6b678 用户实名验证后图标显示 лет назад: 7   luyanan 024228e3bd 关闭弹窗时底部导航栏跳起的问题 лет назад: 7   xuchunyang ecbbd54dea 【搜索-专家列表】[研究方向]数量显示为全部,显示不全结尾按“...” 已修改 лет назад: 7   jack c10c5f8ff2 professor更替为editProfessor лет назад: 7   jack 2031d35fa3 资源 лет назад: 7   luyanan ac3781b7a6 资源分享和专家分享完善以及身份认证标识完善 лет назад: 7   jack 11085676b8 资源详情页面 лет назад: 8   luyanan 0054f738af 资源图片压缩变形问题 лет назад: 8   luyanan ce66aec30c 解决资源图片变形问题 лет назад: 8   jack b083d65e60 搜索列表中,若为本人或本人发布的资源,则隐藏咨询按钮,点击进入后隐藏点赞按钮、咨询按钮。 лет назад: 8   jiapeng c5d9752792 --init лет назад: 8 jiapeng/portal-front - Gogs: Go Git Service

39 Commity (01adc65b74fe0c948c56e2d13915cd46770d212d)

Autor SHA1 Wiadomość Data
  luyanan 11bc56c74a 浏览页企业信息显示bug,企业工作台中相关列表样式统一 6 lat temu
  luyanan b73ac29a1c 改版员工,修改企业主页、,修改文章发布、新增上传附件 6 lat temu
  luyanan 569159ebfe 调整完善主页 6 lat temu
  luyanan 51d486a199 删除之前废弃咨询模块 6 lat temu
  luyanan c8fc90402e 完善留言样式 6 lat temu
  luyanan 8b3e9002c0 广告统一整理,右侧广告滚动效果 6 lat temu
  luyanan e493214898 添加广告模块(效果未完成) 6 lat temu
  li 2ef268156f 留言 6 lat temu
  luyanan 17e4bff884 发现模块问题 7 lat temu
  luyanan ba09a20057 广告位模块的提取,便于维护更新 7 lat temu
  luyanan 7b26529b20 提取广告模块,便于修改 7 lat temu
  luyanan 0bac893095 悬浮窗口登录 7 lat temu
  luyanan fe778e0393 修改咨询按钮为联系 7 lat temu
  jack 4f4f135d3c 固定 7 lat temu
  luyanan 19869ee876 论文专利发明人位置偏移,文章最近顺序填充 7 lat temu
  luyanan be6b713cf3 修改1.9.1 bug 7 lat temu
  luyanan 921018447c 文章资源中的bug 7 lat temu
  luyanan cb2fffe403 资源文章分享 7 lat temu
  jack 14c467e6e6 1 7 lat temu
  jack d5013525be 1 7 lat temu
  luyanan 1ddb76a358 资源文章中企业logo显示方式 7 lat temu
  luyanan a90e39d1ee 最近文章样式完善 7 lat temu
  jack e20cbb52e8 11 7 lat temu
  luyanan a3de1e5b79 文章企业添加关注 7 lat temu
  jack 94bb3c01d9 企业文章加上关联企业 7 lat temu
  luyanan bcd181178f 分享页面企业logo路径错误问题 7 lat temu
  luyanan 746a2cc5de 浏览页面添加纠错反馈和回到顶部 7 lat temu
  luyanan 946f7fdfbc 调整【发现】、【资源浏览页】、【文章浏览页】的企业logo的显示样式为居中 7 lat temu
  luyanan 81e25ab41b 个人相关页面搜索链接 7 lat temu
  jack 122de00fed 分享减少字符长度 7 lat temu
  luyanan 1508365599 发现和文章发布留言时间展示格式规则统一 7 lat temu
  luyanan 5c058fe202 显示时间规则,相关资源文章专家有数据显示无数据隐藏 7 lat temu
  happy 566023346d 文章和资源去掉权限 7 lat temu
  xuchunyang a3a4e81a54 文章显示修改 7 lat temu
  xuchunyang 2131835da3 修改留言按钮 7 lat temu
  xuchunyang 60befb6f29 新增微博分享 7 lat temu
  happy 32de5baee0 文章详情页面 7 lat temu
  luyanan 8201e6fb83 修改完善文章列表和文章浏览 7 lat temu
  luyanan 914082432f 新版文章发布、文章预览、文章详情、工作台文章列表 7 lat temu
portal-front - Gogs: Go Git Service

portal html css js resource

cmp-UnstaffList.js 3.0KB

    $(document).ready(function() { $(".onlogin .headnavbtn li").eq(0).addClass("navcurrent"); var id = $.cookie('orgId'); /*获取企业未认证的用户*/ function UnauthorizedUser() { $.ajax({ url: "/ajax/professor/qaOrgAuth", type: "GET", timeout: 10000, dataType: "json", data: { "orgId": id, "orgAuth": 0 }, success: function(data, textState) { if(data.success) { console.log(data); var $data = data.data; UnauthorizedUserHtml($data, "#UnauthorizedUserList", 1); } }, error: function(XMLHttpRequest, textStats, errorThrown) { $.MsgBox.Alert('提示', '服务器请求失败') } }) } UnauthorizedUser(); /*企业未认证用户html*/ function UnauthorizedUserHtml() { var arr = new Array(); for(var i = 0; i < arguments[0].length; i++) { var img, tiof, deor, otex; if(arguments[0][i].hasHeadImage) { img = "/images/head/" + arguments[0][i].id + "_l.jpg"; } else { img = "../images/default-photo.jpg" } if(arguments[0][i].title) { if(arguments[0][i].office) { tiof = arguments[0][i].title + " ," + arguments[0][i].office; } else { tiof = arguments[0][i].title; } } else { if(arguments[0][i].office) { tiof = arguments[0][i].office; } else { tiof = ""; } } if(arguments[0][i].department) { if(arguments[0][i].orgName) { deor = arguments[0][i].department + " ," + arguments[0][i].orgName; } else { deor = arguments[0][i].department; } } else { if(arguments[0][i].orgName) { deor = arguments[0][i].orgName; } else { deor = ""; } } if(arguments[2] == 1) { otex = "待认证"; } else { otex = "移除"; } var oString = "<li>" oString += "<div class='leftlogo floatL userRadius'>" oString += "<img class='headPhoto' src='" + img + "' width='100%'>" oString += "</div>" oString += "<div class='rightinfo staffinfo floatL'>" oString += "<p class='h3Font'>" + arguments[0][i].name + "</p>" oString += "<p class='h5Font ellipsisSty'>" + tiof + "</p>" oString += "<p class='h5Font ellipsisSty'>" + deor + "</p>" oString += "</div>" oString += "<button type='button' class='frmtype fontLink btnPosition cmpColor headRadius' data-id='" + arguments[0][i].id + "'>" + otex + "</button>" oString += "</li>" $(arguments[1]).append(oString); } } /*认证企业员工*/ $("#UnauthorizedUserList").on("click", "button", function() { var oDataId = $(this).attr("data-id"); var oDa = $(this); $.ajax({ url: "/ajax/professor/passOrgAuth", type: "POST", timeout: 10000, dataType: "json", data: { "id": oDataId, }, success: function(data, textState) { if(data.success) { oDa.text("已认证") } }, error: function(XMLHttpRequest, textStats, errorThrown) { $.MsgBox.Alert('提示', '服务器请求失败') } }) }) })