mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 03:19:49 +08:00
【修复】修复代理管理面板分享未传值,导致获取分享地址失效的问题。
This commit is contained in:
@@ -135,6 +135,8 @@
|
|||||||
if (_this.$store.state.config.agentStore == '1') {
|
if (_this.$store.state.config.agentStore == '1') {
|
||||||
_this.utilityMenus.myStore.router = '/pages/member/agent/myStore/myStore?store=' + _this.info.store;
|
_this.utilityMenus.myStore.router = '/pages/member/agent/myStore/myStore?store=' + _this.info.store;
|
||||||
}
|
}
|
||||||
|
this.getShareUrl();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
//报错了
|
//报错了
|
||||||
_this.$u.toast(res.msg);
|
_this.$u.toast(res.msg);
|
||||||
@@ -159,7 +161,6 @@
|
|||||||
if (res.status) {
|
if (res.status) {
|
||||||
_this.userInfo = res.data
|
_this.userInfo = res.data
|
||||||
}
|
}
|
||||||
this.getShareUrl();
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//去提现
|
//去提现
|
||||||
@@ -173,6 +174,9 @@
|
|||||||
url: this.$globalConstVars.shareUrl,
|
url: this.$globalConstVars.shareUrl,
|
||||||
type: this.$globalConstVars.shareModel.url,
|
type: this.$globalConstVars.shareModel.url,
|
||||||
page: this.$globalConstVars.shareType.agent,
|
page: this.$globalConstVars.shareType.agent,
|
||||||
|
params: {
|
||||||
|
store: this.info.store
|
||||||
|
},
|
||||||
};
|
};
|
||||||
let userToken = this.$db.get('userToken');
|
let userToken = this.$db.get('userToken');
|
||||||
if (userToken && userToken != '') {
|
if (userToken && userToken != '') {
|
||||||
|
|||||||
Reference in New Issue
Block a user