소스 검색

修改

master
王露 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 파일 보기

@@ -27,7 +27,7 @@ export const linkCustomerService = {
// 是否登录
console.log(this.currentAccount, "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.phone = this.currentAccount.mobilePhone;
}
@@ -41,7 +41,7 @@ export const linkCustomerService = {
url += `&${key}=${this.queryParams[key]}`;
}
}
console.log(url);
// console.log(url);
window.open(url);
},
},

Loading…
취소
저장