Commit 3b9f32e6 by 黑潮

update: 修改bug

parent 79783e28
......@@ -925,6 +925,13 @@ export default {
this.threeLeveloneVisible = false;
this.goodsTreeVisible = true;
this.cardUrl = null;
} else if(e == 28) {
this.middleGoodId = e;
this.goodType = 4;
this.threeLevelVisible = false;
this.threeLeveloneVisible = true;
this.goodsTreeVisible = false;
this.cardUrl = null;
} else if (e == 'mall_customize_page') { // 自定义页面
this.middleGoodId = e;
this.goodType = 11;
......@@ -1855,6 +1862,7 @@ export default {
title: this.tagName
};
console.log(this.cardUrl);
console.log('<<<<<<1<<<<<<')
if (this.cardUrl) {
this.transData();
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment