| // 是否登录 | // 是否登录 | ||||
| console.log(this.currentAccount, "this.currentAccount"); | console.log(this.currentAccount, "this.currentAccount"); | ||||
| if (this.currentAccount) { | if (this.currentAccount) { | ||||
| this.queryParams.uid = this.currentAccount.accountId; | |||||
| this.queryParams.uid = this.currentAccount.mobilePhone; | |||||
| this.queryParams.nickName = this.currentAccount.accountName; | this.queryParams.nickName = this.currentAccount.accountName; | ||||
| this.queryParams.phone = this.currentAccount.mobilePhone; | this.queryParams.phone = this.currentAccount.mobilePhone; | ||||
| } | } | ||||
| url += `&${key}=${this.queryParams[key]}`; | url += `&${key}=${this.queryParams[key]}`; | ||||
| } | } | ||||
| } | } | ||||
| console.log(url); | |||||
| // console.log(url); | |||||
| window.open(url); | window.open(url); | ||||
| }, | }, | ||||
| }, | }, |