Authored by 李奇

环境变量属性修正

@@ -30,7 +30,7 @@ export default { @@ -30,7 +30,7 @@ export default {
30 30
31 let href = `/product/pro_${product_skn}.html`; 31 let href = `/product/pro_${product_skn}.html`;
32 32
33 - if (this.yoho.isYohoBuy) { 33 + if (this.yoho.env.isYohoBuy) {
34 let goParams = { 34 let goParams = {
35 action: 'go.productDetail', 35 action: 'go.productDetail',
36 params: { 36 params: {