王露 3 лет назад
Родитель
Сommit
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);
}, },
}, },

Загрузка…
Отмена
Сохранить