| xqd
@@ -157,6 +157,7 @@
|
|
|
item[key] = this.oldData[key];
|
|
|
}
|
|
|
}
|
|
|
+ console.log(this.mall.setting)
|
|
|
} else {
|
|
|
let setting = this.mall.setting;
|
|
|
item = {
|
| xqd
@@ -211,6 +212,7 @@
|
|
|
navSwitch: setting.is_quick_navigation,
|
|
|
}
|
|
|
}
|
|
|
+ console.log(item)
|
|
|
return item;
|
|
|
},
|
|
|
...mapState({
|
| xqd
@@ -237,7 +239,7 @@
|
|
|
this.currentRoute = `/${currPage.__route__.split('?')[0]}`;
|
|
|
// #endif
|
|
|
if (this.currentRoute === '/pages/index/index') {
|
|
|
- this.oldData.home.opened = false;
|
|
|
+ this.oldData.home.opened = true;
|
|
|
// this.$emit('input', this.oldData);
|
|
|
} else {
|
|
|
this.oldData.home.opened = true;
|