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