fix: 下架推广员注册功能
parent
793e2a4a5e
commit
bc1ff1422e
|
@ -186,7 +186,7 @@
|
||||||
methods: {
|
methods: {
|
||||||
async initLoad() {
|
async initLoad() {
|
||||||
this.isQRCode()
|
this.isQRCode()
|
||||||
this.isProperty()
|
// this.isProperty()
|
||||||
this.setSpreadId()
|
this.setSpreadId()
|
||||||
if (this.$store.getters.isLogin && !this.$Cache.get('USER_INFO')) {
|
if (this.$store.getters.isLogin && !this.$Cache.get('USER_INFO')) {
|
||||||
await this.$store.dispatch('USERINFO');
|
await this.$store.dispatch('USERINFO');
|
||||||
|
|
Loading…
Reference in New Issue