mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 00:49:49 +08:00
【新增】增加首页【弹窗广告】开关,通过后台【商城设置】【平台设置】【特殊开关】开启和关闭。
This commit is contained in:
@@ -47,12 +47,16 @@
|
||||
shareUrl: this.$globalConstVars.shareUrl,
|
||||
isScorll: false,
|
||||
homeTitle: '',
|
||||
modalShow: true,
|
||||
modalShow: false
|
||||
};
|
||||
},
|
||||
updated() {
|
||||
this.copy = true;
|
||||
},
|
||||
mounted() {
|
||||
console.log(this.$store.state.config.showIndexPopupWindow);
|
||||
this.modalShow = this.$store.state.config.showIndexPopupWindow == 1;
|
||||
},
|
||||
computed: {
|
||||
...mapState({
|
||||
hasLogin: state => state.hasLogin,
|
||||
|
||||
Reference in New Issue
Block a user