\/script>');
}else{
document.write('<\/script>');
}
$(function() {
mini.parse();
$.ajax({url:basePath + 'nonlogin/login/isLogin.htm',async:false,success:function(result){
isLogin = result
}});
quanziId= '';
itemId='fswjdkd3fbrxtczz6w65xcjemjp3abrq';
favoritePraise();
removeTransparentSkin();
var auth = '{ "roleId" : "33;7;角色,402881156757c38f016757ffb4a50007;7;角色,402881156757c38f016757ffb4a50abc;7;角色,66;7;角色,99;7;角色" , "roleName" : "研究生,访客,威尼斯城平台手机版登录管理员,教师,威尼斯城平台手机版登录" , "orgId" : "" , "orgName" : "" , "groupId" : "" , "groupName" : ""}';
var authObj = mini.decode(auth);
if(auth && (authObj.orgName || authObj.groupName)){
$("#authOrg").css("display","");
}
//浏览次数
var count = parseCount(8808);
$("#count").html(count+" 次访问");
$("#otherContent").show();
$("#otherContent table").css("max-width", ($("#otherContent").width()-60)+"px");
$("#otherContent img").css("max-width", ($("#otherContent").width()-60)+"px");
$(window).resize(function(){
$("#otherContent table").css("max-width", ($("#otherContent").width()-60)+"px");
$("#otherContent img").css("max-width", ($("#otherContent").width()-60)+"px");
});
/* if('
一、师生在校内食堂、超市、理发店等场所消费时,既可使用校园卡支付,也可选用校园虚拟卡(二维码)支付。
二、校园虚拟卡(二维码)使用方法:
1.通过微信搜索“威尼斯城平台手机版登录微服务”小程序,或扫描二维码,使用统一身份认证或人脸认证登录。
2.打开“威尼斯城平台手机版登录微服务”小程序后,点击支付码。将展示的二维码靠近消费终端机上扫码结算。
同时可使用充值、挂失、修改密码、电费缴费及记录查询等功能。
三、在使用过程中遇到任何技术问题,请拨打电话6668799咨询。或前往现代威尼斯城平台手机版登录技术中心用户服务点寻求帮助。
'){
$("#otherContent").show();
$("#otherContent table").css("max-width", ($("#otherContent").width()-60)+"px");
$("#otherContent img").css("max-width", ($("#otherContent").width()-60)+"px");
$(window).resize(function(){
$("#otherContent table").css("max-width", ($("#otherContent").width()-60)+"px");
$("#otherContent img").css("max-width", ($("#otherContent").width()-60)+"px");
});
}else{
$("#otherContent").show();
$("#item-desc").css("padding-top","80px").append("暂无其他说明
");
} */
initFunctionOpration();
var _blArr = '[{"id":"bzXPCrNkJrmZKncF3DK5AJkdZpM3sJRr","blname":"更多服务。访问首页","displayorder":0,"color":"var(--main-color)","role":"","org":"","group":"","manualAuto":"2","blpcurl":"/__xh__/service.aust.edu.cn/","blpctext":"","flowid":"","mmid":"","smid":"","restypeid":"","blpcurlm":"/__xh__/service.aust.edu.cn/","openType":"3","manualAutom":"1","blmurl":"","blmtext":"","mflowid":"","blmurlm":"","auth":{"roleId":";7;角色","roleName":"","orgId":"","orgName":"","groupId":"","groupName":""}}]';
var blArr = mini.decode(_blArr);
initOnLineBusinessBtn(blArr);
initExtendsData('true')
uParse('.elobby-txts', {
rootPath: '/EIP/'
})
});
function initExtendsData(isOpenExtends) {
if(isOpenExtends != 'true') {
$('#basic').hide();
$('#other').hide();
$('#basicContent').hide();
}
$.ajax({
url: '/EIP/nonlogin/elobby/service/introduction/extends.htm',
data: {
serviceId: 'fswjdkd3fbrxtczz6w65xcjemjp3abrq'
},
success: function(response) {
if(response.code == 200) {
var extendz = response.data;
$('#applyType').text(extendz.applyType);
$('#applyType').attr('title', extendz.applyType);
$('#entry').text(extendz.entry);
$('#entry').attr('title', extendz.entry);
$('#serviceType').text(extendz.serviceType);
$('#serviceType').attr('title', extendz.serviceType);
$('#serviceRoutine').text(extendz.serviceRoutine);
$('#serviceRoutine').attr('title', extendz.serviceRoutine);
$('#contactNumber').text(parseNullText(extendz.contactNumber));
$('#contactNumber').attr('title', parseNullText(extendz.contactNumber));
$('#supervisionNumber').text(parseNullText(extendz.supervisionNumber));
$('#supervisionNumber').attr('title', parseNullText(extendz.supervisionNumber));
$('#serviceTime').text(extendz.serviceTime);
$('#serviceCode').text('事项编号:' + extendz.serviceCode);
if(isOpenExtends != 'false' && (extendz.promise == 'true' || extendz.promise == true)) {
$('#promise').show();
$('#presentTimeText').show();
$('#presentTime').text(extendz.presentTime);
$('#presentDescTitle').show();
$('#presentDesc').show();
if(extendz.presentDesc != null && extendz.presentDesc != '') {
$('#presentDesc').text(extendz.presentDesc);
} else {
$('#presentDesc').text('暂无');
}
$('#promiseTime').text(extendz.promiseTime);
$('#promiseTimeType').text(extendz.promiseTimeType);
$('#promiseTimeDesc').text(extendz.promiseTimeDesc);
}
if(extendz.extends != null && isOpenExtends != 'false') {
initExtendsTabs(extendz.extends);
}
}
},
error: function(error) {
console.log(error);
}
})
}
function initExtendsTabs(extendz) {
for(var i = 0; i< extendz.length; i ++) {
var extendsI = extendz[i];
if(extendsI.detail != null && extendsI.detail.length > 0) {
parseSingleExtendsTab(extendsI);
}
}
initNav();
}
function parseSingleExtendsTab(single) {
var name = single.name;
var id = single.id;
var content = '';
var detail = single.detail;
if(single.type == 'text') {
content = parseTextGrids(single.detail);
} else if(single.type == 'table') {
content = parseTableGrids(single);
} else if(single.type == 'attach') {
content = parseAttachGrids(single.detail);
}
content = parseGridImage(single.img, content);
$('.nav-anchor').after('' + name + ' ')
.removeClass('nav-anchor');
if(name == "视频介绍"){
var hq= '
威尼斯城平台手机版登录 - 威尼斯城平台 ';
var hh = '
';
var ht = '';
for(var i=0; i
您的浏览器不支持 video 标签。 ';
}
}
$('.content-anchor').after(hq+hh+ht+'').removeClass('content-anchor');
}else{
$('.content-anchor').after('' +
'
' +
'' + name + ' ' +
' ' +
'
' + content +
'
' +
'
').removeClass('content-anchor');
}
}
function parseTextGrids(grid) {
var result = '';
for(var i = 0; i < grid.length; i ++) {
var row = grid[i];
result += '' + (i + 1) + '.' + row.text + '
'
}
return result;
}
function parseAttachGrids(grid) {
var result = '';
for (var i = 0; i < grid.length; i++) {
var row = grid[i];
var icon = 'unkown';
var downloadUrl = 'noUrl';
var previewUrl = '';
if (row.detail != null) {
var avilableIcons = [
'doc',
'docx',
'gif',
'jpg',
'pdf',
'png',
'ppt',
'pptx',
'rar',
'txt',
'xls',
'xlsx',
'zip'
];
if (avilableIcons.contains(row.detail.fileType)) {
icon = row.detail.fileType;
}
downloadUrl = row.detail.downloadUrl;
previewUrl = downloadUrl;
var fileType = row.detail.fileType;
if (/^\.?(doc|docx|ppt|pptx|xls|xlsx)$/i.test(fileType)) {
previewUrl = downloadUrl.replace(/downloadfile/g, "convertfile");
}
}
result += ' '
+ row.text + ' ' + toDoFilePreviewDOM("." + fileType, previewUrl) + '
';
}
return result;
}
function downLoadFile(url) {
if (url == null || url == 'noUrl') {
mini.alert('当前附件不可下载!');
return;
}
parent.window.locations.href="/__xh__/service.aust.edu.cn/EIP/nonlogin/" + url + "&mode=download";
}
/**
* 生成文件预览DOM,格式如:" "
* @param fileType 必传,文件类型,目前支持office和pdf。预览office要求80端口。
* @param fileUrl 必传,文件下载url
* @param linkClass 可选,a标签class,用于控制样式
* @param iconClass 可选,img标签class,用于控制样式
* @param iconUrl 可选,默认"resources/images/flow/icon-flow-preview.png",可自定义
*/
function toDoFilePreviewDOM(fileType, fileUrl, linkClass, iconClass, iconUrl) {
var basePath = toDoGetBasePath();
// 处理参数
if (!/^http/.test(fileUrl)) fileUrl = basePath + 'nonlogin/' + fileUrl;
if (!iconUrl) iconUrl = 'resources/images/flow/icon-flow-preview.png';
// office
if (/^\.?(doc|docx|ppt|pptx|xls|xlsx)$/i.test(fileType)) {
/*return ""
+ " ";*/
return ""
+ " ";
}
// pdf
if (/^\.?(pdf)$/i.test(fileType)) {
return ""
+ " ";
}
// 图片预览
if(/^\.?(gif|png|jpg|jpeg|jpe|bmp|dib|jfif|tif|tiff){1}$/i.test(fileType) && window.top.previewImage){
return ""
+ " ";
}
return "";
}
/**
* 功能:获取basePath
* @author xingmin
* @param e 操作的树对象
* @date 2013-03-13
*/
function toDoGetBasePath(){
var js="boot.js";
var scripts = document.getElementsByTagName("script");
var path = "";
for (var i = 0, l = scripts.length; i < l; i++) {
var src = scripts[i].src;
if (src.indexOf(js) != -1) {
var ss = src.split(js);
path = ss[0];
break;
}
}
var href = locations.href;
href = href.split("#")[0];
href = href.split("?")[0];
var ss = href.split("/");
ss.length = ss.length - 1;
href = ss.join("/");
if (path.indexOf("https:") == -1 && path.indexOf("http:") == -1 && path.indexOf("file:") == -1 && path.indexOf("\/") != 0) {
path = href + "/" + path;
}
path=path.substring(0,path.length-5);
return path;
}
function parseTableGrids(grid) {
var header = grid.header;
var tableStr = '';
for(var i = 0; i < header.length; i ++) {
var width = '';
if(header[i].width != null) {
width = ' style="width:" + header[i].width + ';" ';
}
tableStr += '' + header[i].name + ' ';
}
tableStr += ' ';
var detail = grid.detail;
for(var i = 0; i < detail.length; i ++) {
var row = detail[i];
tableStr += '';
for(var j = 0; j < header.length; j ++) {
tableStr += '' + row[header[j].key] + ' ';
}
tableStr += ' ';
}
tableStr += '
';
return tableStr;
}
function parseGridImage(img, content) {
var result = '';
if(img != null) {
result = ' ';
if(img.position == 'top') {
result = result + content;
} else {
result = content + result;
}
} else {
result = content;
}
return result;
}
function parseNullText(text) {
if(text == null || text == '') {
return '暂无';
}
return text;
}
function initOnLineBusinessBtn(blArr){
if('visitor' == 'visitor'){
if('true'!='false'){
$(".service-entrance ul").append(_.template($('#bl-tpl').html())({blArr: blArr}));
//20210715 bug#2226 故增加按 hasAuth 校验
/*if('true'!='false'){*/
$(".bl-link").addClass('active').click(function(){
var blurl = $(this).data('blpcurl');
var desc = '校园一卡通小程序使用说明';
var id = "fswjdkd3fbrxtczz6w65xcjemjp3abrq";
var openType = $(this).data('opentype');
var flowid = $(this).data('flowid');
var loginUserId = "visitor";
serviceStartFromIntroductionPage(blurl, desc, id, openType, flowid,loginUserId); //serviceStartPage在elobby.js中
});
/*}else{
$(".bl-link").removeClass('active').addClass("without-permission");
$(".bl-link").css("background-color","");
$(".bl-link .arrow-icon img").attr("src","/EIP/resources/images/elobby/servicehall-nodrop-icon.png");
}*/
}
}else{
if('true'!='false'){
$(".service-entrance ul").append(_.template($('#bl-tpl').html())({blArr: blArr}));
if('true'!='false'){
$(".bl-link").addClass('active').click(function(){
var blurl = $(this).data('blpcurl');
var openType = $(this).data('opentype');
var blname = $(this).data('blname');
var status = '1';
if(status == "0"){
top.mini.alert("该服务已停用");
return;
}
var newWindow="";
if(openType == '3'){
newWindow = window.open();
}
if(isLogin == 'true'){
var validUrl = '/EIP/elobby/auth/valid/fswjdkd3fbrxtczz6w65xcjemjp3abrq.htm';
$.post(validUrl, function(result){
var statusCode = result.statusCode;
var statusText = result.statusText;
if(statusCode == 200){
if(blurl){
var flag = isValidateService(result.data);
if(flag){
blurl = convertMacroDefine(blurl);
if(blurl.startWith("elobby/service/elobbyServicesMenu")){
blurl = blurl+"?serviceId=fswjdkd3fbrxtczz6w65xcjemjp3abrq";
}
//var openType = '';
if (openType == '1') {
window.open("/EIP/"+blurl);
} else if (openType == '2') {
top.openNewTab(blurl, blname, blname);
} else if (openType == '3') {
newWindow.locations.href = blurl;
}else{
top.openNewTab("/EIP/"+blurl, blname, blname);
}
}else{
promptingService(result.data);
}
}else{
top.mini.alert("无法打开办理页面,请联系业务管理员");
console.error("办理地址:"+blurl);
if(openType == '3'){
newWindow.close();
}
}
}else{
top.mini.alert(statusText);
if(openType == '3'){
newWindow.close();
}
}
});
}else{
top.topLogin();
if(openType == '3'){
newWindow.close();
}
}
});
}else{
$(".bl-link").removeClass('active').addClass("without-permission");
$(".bl-link").css("background-color","");
$(".bl-link .arrow-icon img").attr("src","/EIP/resources/images/elobby/servicehall-nodrop-icon.png");
}
}
}
}
/**
*收藏与点赞
*/
function favoritePraise(){
var newOrHot = "newOrHot";
var itemId = 'fswjdkd3fbrxtczz6w65xcjemjp3abrq';
if(isLogin=='true'){
$.post(basePath+"elobby/service/queryIsFavoriteBySidUid.htm",{itemId:itemId}, function(e){
if(e){
// 收藏不收藏的提示信息
$('.collection-box a')
.attr('id', newOrHot + 'fa_' + itemId)
.addClass(newOrHot + 'fa_' + itemId)
.attr('title', '取消收藏')
.attr('href', "nofavNew('"+itemId+"','"+newOrHot+"')");
// 收藏不收藏的图标
$('#shoucang')
.attr('id', newOrHot + 'fimg_' + itemId)
.addClass(newOrHot + 'fimg_' + itemId)
.attr('src', '/EIP/resources/images/elobby/servicehall-stars-solid.png');
$('#sc-text').text('取消收藏');
}else {
// 收藏不收藏的提示信息
$('.collection-box a')
.attr('id', newOrHot + 'fa_' + itemId)
.addClass(newOrHot + 'fa_' + itemId)
.attr('title', '收藏服务')
.attr('href', "favNew('"+itemId+"','"+newOrHot+"')");
$('#shoucang')
.attr('id', newOrHot + 'fimg_' + itemId)
.addClass(newOrHot + 'fimg_' + itemId)
.attr('src', '/EIP/resources/images/elobby/servicehall-stars-empty.png');
$('#sc-text').text('收藏服务');
}
})
}else{
$('.collection-box a')
.attr('id', newOrHot + 'fa_' + itemId)
.addClass(newOrHot + 'fa_' + itemId)
.attr('title', '收藏服务')
.attr('href', "favNew('"+itemId+"','"+newOrHot+"')");
$('#shoucang')
.attr('id', newOrHot + 'fimg_' + itemId)
.addClass(newOrHot + 'fimg_' + itemId)
.attr('src', '/EIP/resources/images/elobby/servicehall-stars-empty.png');
$('#sc-text').text('收藏服务');
}
}
//初始化反馈,咨询,预约功能按钮
function initFunctionOpration(){
// 通过参数控制 ‘意见反馈’和‘在线咨询’按钮是否显示。参数位置:服务大厅-服务大厅门户portal页面参数-是否显示意见反馈和在线咨询按钮
var isShowButton = {"feedBack":"true","onlineConsult":"true"};
if(isShowButton.feedBack == "true"){
$("#feedback").show();
if('false'!='false'){
$("#fk-img").attr("src","/EIP/resources/images/elobby/servicehall-feedback-icon01.png");
if('true'!='false'){
$("#fk-img").attr("src","/EIP/resources/images/elobby/servicehall-feedback-icon.png");
$("#fk-link").addClass('active').click(openfk);
}else{
$("#fk-link").removeClass('active').addClass("disable");
}
}else{
$("#fk-img").attr("src","/EIP/resources/images/elobby/servicehall-feedback-icon01.png");
$("#fk-link").removeClass('active').addClass("disable");
}
}else{
$("#feedback").hide();
}
if(isShowButton.onlineConsult == "true"){
$("#onlineConsult").show();
if('false'!='false' ){
$("#zx-img").attr("src","/EIP/resources/images/elobby/servicehall-consulting-icon01.png");
if('true'!='false'){
$("#zx-img").attr("src","/EIP/resources/images/elobby/servicehall-consulting-icon.png");
$(".service-detail-header-zx").addClass("active").click(openYj);
}else{
$(".service-detail-header-zx").removeClass('active').addClass("disable");
}
}else{
$("#zx-img").attr("src","/EIP/resources/images/elobby/servicehall-consulting-icon01.png");
$(".service-detail-header-zx").removeClass('active').addClass("disable");
}
}else{
$("#onlineConsult").hide();
}
//通过参数控制 '在线预约'按钮是否显示 参数位置:公共资源-公共资源预约参数-是否隐藏服务原有预约
var isHideReservation = 'true';
if(isHideReservation == 'true') {
$('#onlineAppointment').hide();
}else{
$('#onlineAppointment').show();
if('false'!='false'){
$("#onlineAppointment").show();
$("#yy-img").attr("src","/EIP/resources/images/elobby/servicehall-order-icon01.png");
if('true'!='false'){
$("#yy-img").attr("src","/EIP/resources/images/elobby/servicehall-order-icon.png");
$("#yy-link").addClass('active').click(openyy);
}else{
$("#yy-link").removeClass('active').addClass("disable");
}
}else{
$("#onlineAppointment").show();
$("#yy-img").attr("src","/EIP/resources/images/elobby/servicehall-order-icon01.png");
$("#yy-link").removeClass('active').addClass("disable");
}
}
}
var searchControls = [];
function serchTypeChange(e){
for(var i=0;i'+ e.value+'';
}
function openYj(){
var status = '1';
if(status == "0"){
top.mini.alert("该服务已停用");
return;
}
if(quanziId !=null && quanziId !='' ){
top.openNewTab("/EIP/quanzi/circle/queryPost.htm?cid="+quanziId+"&itemId="+itemId,"我要咨询");
}
}
//第三方平台接入服务页面页时。移除服务介绍页透明化皮肤效果
function removeTransparentSkin(){
if($("#topBox",parent.document).length< 1){
$('.service-introduction-container').parent('body').removeClass('transparency-design-bg');
}
}
网站首页 > EIP > nonlogin > elobby > service > introduction > fswjdkd3fbrxtczz6w65...
栏目速览
公开信息按发布时间滚动。阅读「威尼斯城平台手机版登录」后,可回到列表或查看相邻条目。
建议先扫读标题与摘要,再进入全文。同栏目条目通常按时间倒序排列。
继续浏览时优先选择同栏目或相近主题,避免被站外镜像带偏。
内容地图 elobby · " + " · EIP · 网站首页
公开资讯滚动更新。建议通过站内栏目继续浏览,核对最新条目。