Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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: { |
-
Please register or login to post a comment