王露 пре 3 година
родитељ
комит
04a52f866b
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      digital-park-web/digital-park/src/mixin/customerService.js

+ 2
- 2
digital-park-web/digital-park/src/mixin/customerService.js Прегледај датотеку

// 是否登录 // 是否登录
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);
}, },
}, },

Loading…
Откажи
Сачувај