Authored by 陈峰

Merge branch 'hotfix/ufoproduct' into 'master'

Hotfix/ufoproduct



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