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