|
@@ -86,6 +86,7 @@ export default {
|
|
|
uni.$u.http
|
|
uni.$u.http
|
|
|
.post(`/token/order/inviteHelpQuery?upsellCode=${upsellCode}`)
|
|
.post(`/token/order/inviteHelpQuery?upsellCode=${upsellCode}`)
|
|
|
.then((res) => {
|
|
.then((res) => {
|
|
|
|
|
+ console.log(res, 'res')
|
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
|
this.avatarUrl = res.data.imgPath;
|
|
this.avatarUrl = res.data.imgPath;
|
|
|
this.username = res.data.nickName;
|
|
this.username = res.data.nickName;
|