mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 05:19:49 +08:00
【修复】修复团购,秒杀详情页面底部推荐商品因未载入积分配置导致一直加载的问题。
This commit is contained in:
@@ -476,6 +476,21 @@
|
|||||||
this.$store.commit('hasLogin', val);
|
this.$store.commit('hasLogin', val);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
userInfo: {
|
||||||
|
get() {
|
||||||
|
return this.$store.state.userInfo;
|
||||||
|
},
|
||||||
|
set(val) {
|
||||||
|
this.$store.commit('userInfo', val);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
pointSwitch() { return this.$store.state.config.pointSwitch },
|
||||||
|
pointShowExchangePrice() { return this.$store.state.config.pointShowExchangePrice },
|
||||||
|
pointDiscountedProportion() { return this.$store.state.config.pointDiscountedProportion },
|
||||||
|
pointExchangeModel() { return this.$store.state.config.pointExchangeModel },
|
||||||
|
pointShowName() { return this.$store.state.config.pointShowName },
|
||||||
|
pointGetModel() { return this.$store.state.config.pointGetModel },
|
||||||
|
pointShowPoint() { return this.$store.state.config.pointShowPoint },
|
||||||
shopName() {
|
shopName() {
|
||||||
return this.$store.state.config.shopName;
|
return this.$store.state.config.shopName;
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -485,6 +485,21 @@
|
|||||||
this.$store.commit('hasLogin', val);
|
this.$store.commit('hasLogin', val);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
userInfo: {
|
||||||
|
get() {
|
||||||
|
return this.$store.state.userInfo;
|
||||||
|
},
|
||||||
|
set(val) {
|
||||||
|
this.$store.commit('userInfo', val);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
pointSwitch() { return this.$store.state.config.pointSwitch },
|
||||||
|
pointShowExchangePrice() { return this.$store.state.config.pointShowExchangePrice },
|
||||||
|
pointDiscountedProportion() { return this.$store.state.config.pointDiscountedProportion },
|
||||||
|
pointExchangeModel() { return this.$store.state.config.pointExchangeModel },
|
||||||
|
pointShowName() { return this.$store.state.config.pointShowName },
|
||||||
|
pointGetModel() { return this.$store.state.config.pointGetModel },
|
||||||
|
pointShowPoint() { return this.$store.state.config.pointShowPoint },
|
||||||
shopName() {
|
shopName() {
|
||||||
return this.$store.state.config.shopName;
|
return this.$store.state.config.shopName;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user