彭夢竺
2013年9月24日 12:43
");
$(".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();
});
}
//-------------------
});
-
太平洋SOGO天母店週年慶,有令人驚豔的來店禮,推出ANNA SUI獨家聯名款來店禮,有浪漫甜心地墊、紫色夢幻置物籃,還有優雅蝶舞杯組,相信經典的浪漫紫色會引起排隊搶兌風潮。(圖/記者彭夢竺攝)
記者彭夢竺/台北報導
百貨週年慶紛紛開跑,不只拼業績、拼促銷、比人氣之外,來店禮也是吸引民眾的重要原因之一。百貨業龍頭太平洋SOGO百貨天母店開出第一槍,首波週年慶就破荒天特別企劃,檔期12天內,天天都有來店禮,而且現場換不到還會發放補領券,保證民眾一定換得到。
SOGO百貨週年慶由天母店在10月2日率先開跑!為了歡慶天母店5週年,業者特別回饋,服飾滿5千送5百抵用券、3C家電滿1萬送5百、寢室消費破10萬再加贈3千元商品券;此外,精品區也是滿1萬送1千,檔期首二日滿6萬在加送1千元。
SOGO董事長黃晴雯表示,從精品到家用都有優惠,今年還有令人驚豔的來店禮,特別與紐約精品設計師合作,推出ANNA SUI獨家聯名款來店禮,有浪漫甜心地墊、紫色夢幻置物籃,還有優雅蝶舞杯組,相信經典的浪漫紫色會引起排隊搶兌風潮。更好康的是,若是現場備貨發放完畢,還會給民眾補領券,保證換得到。
天母店長陳進益指出,天母SOGO雖然位在市郊,但是規模絕對不輸給市中心,每個樓層都有調整過,像是摩斯漢堡就移到B1,並且在9點就開始營業,想吃早餐的民眾可以搶先進來買。陳進益也預估,今年週年慶天母店可以有8億業績。
關鍵字:
百貨
週年慶
SOGO
天母店
ANNA SUI
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends:
留言列表