根據香港法例,任何人在業務過程中不得向未滿18歲人士售賣或供應令人醺醉的酒類。
醇酒活動
醇酒活動
品酒會
醇酒坊
醇酒理念
醇酒時光
酒窖誌
電子禮品券
服務
葡萄酒貯藏
期酒代訂
企業服務
出售您的美酒
屈臣氏酒窖平台
Find a Store
繁體
語言
繁體
简体
English
Chat with CS/
Wine Expert
與客服/
產品專員對話
熱門關鍵字
penfolds
champagne
riseline
krug
pinot noir
moscato
amarone
prosecco
lafite
cloudy bay
ALCON Disfecting
Watsons Brand
登入 / 註冊
我的購物車
您的購物車目前是空的
登入
註冊
再消費即可享
免費送貨到府
推廣優惠
季節優惠
葡萄酒
香檳及氣泡酒
清酒及烈酒
酒具
名莊酒
國家
品牌
醇酒匯
熱門搜尋
醇酒時光
去我地嘅 YouTube 頻道睇下啦!
const UA = navigator.userAgent || ''; const isAndroid = /Android/i.test(UA); const isIOS = /iPhone|iPad|iPod/i.test(UA); const url = 'https://www.youtube.com/@WatsonsWineHK'; const $el = document.getElementById('open_youtube'); let timer $el.setAttribute('href', url); $el.addEventListener('click',(e)=>{ e.preventDefault(); if(timer) clearTimeout(timer); if(isIOS || isAndroid) { let app_url = null; if (isIOS) app_url = 'youtube://www.youtube.com/' + url.replace(/^https?:\/\/(www\.)?youtube\.com\//i, ''); else if (isAndroid) app_url = 'intent://' + url.replace(/^https?:\/\//i, '') + '#Intent;package=com.google.android.youtube;scheme=https;end'; window.open(app_url); timer = setTimeout(()=>{ window.location.href = url; },1000); return; } window.open(url); })