彭夢竺
2013年9月23日 16:04
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-

台灣高鐵公司24日起將調整「台灣高鐵T Express」手機快速訂票通關服務的購票時間,由現行列車發車前1小時,縮短至前5分鐘。此外,即日起便利商店接受部份退票,每張手續費為20元。
記者彭夢竺/台北報導
常搭乘高鐵的民眾注意囉!台灣高鐵公司今(23)日表示,即日起便利商店接受部份退票,每張手續費為20元。
為了提供民眾更便利的票務服務,高鐵公司表示,即日起高鐵合作的便利商店,包含統一超商、全家便利商店、萊爾富便利商店、OK超商,接受部分退票。民眾在便利商店取票後,如同一筆訂位代號中有2張以上車票,而需退其中部分車票時,可在列車發車前30分鐘到便利商店辦理,受理時間為每日上午10時至晚上22時,每張手續費為20元。
此外,高鐵表示,「台灣高鐵T Express」增加付款及乘車提醒功能,民眾可在手機完成相關設定後啓用,不過,日前接獲少數民眾反應,Apple手機升級至iOS 7時,原存於「台灣高鐵T Express」的購票資料遺失,針對此狀況,高鐵已積極處理中,並建議已開立手機票證的旅客,先使用該票證乘車,再將手機升級至iOS 7,然後移除並重新安裝,以避免造成乘車時的不便。
關鍵字:
高鐵
APP
台灣高鐵T Express
便利商店
退票