Authored by 陈峰

Merge branch 'hotfix/ufoproduct' into 'master'

Hotfix/ufoproduct



See merge request !40
@@ -597,7 +597,7 @@ const yoho = { @@ -597,7 +597,7 @@ const yoho = {
597 }, 597 },
598 598
599 // 跳UFO商品详情页 599 // 跳UFO商品详情页
600 - goUfoProductDetail(skn, name, articleId) { 600 + goUfoProductDetail({skn, name, articleId = 0}) {
601 var url = window.location.protocol + '//m.yohobuy.com/'; 601 var url = window.location.protocol + '//m.yohobuy.com/';
602 602
603 if (this.isYohoBuy && window.yohoInterface) { 603 if (this.isYohoBuy && window.yohoInterface) {