Authored by 李奇

环境变量属性修正

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