|
@@ -395,8 +395,8 @@ Page(Object.assign({ |
|
@@ -395,8 +395,8 @@ Page(Object.assign({ |
395
|
detailModel.addAssist({
|
395
|
detailModel.addAssist({
|
396
|
userId: this.data.originUid,
|
396
|
userId: this.data.originUid,
|
397
|
helpUserId: app.getUnionID(),
|
397
|
helpUserId: app.getUnionID(),
|
398
|
- helpUserName: userInfo.nickName ? userInfo.nickName : '',
|
|
|
399
|
- helpUserImgUrl: userInfo.avatarUrl ? userInfo.avatarUrl : '',
|
398
|
+ helpUserName: userInfo.wechat.nickName ? userInfo.wechat.nickName : '',
|
|
|
399
|
+ helpUserImgUrl: userInfo.wechat.avatarUrl ? userInfo.wechat.avatarUrl : '',
|
400
|
limitProductCode: this.data.limitProductCode
|
400
|
limitProductCode: this.data.limitProductCode
|
401
|
}).then(result => {
|
401
|
}).then(result => {
|
402
|
if (result.code === 200) {
|
402
|
if (result.code === 200) {
|
|
@@ -431,8 +431,8 @@ Page(Object.assign({ |
|
@@ -431,8 +431,8 @@ Page(Object.assign({ |
431
|
detailModel.addAssist({
|
431
|
detailModel.addAssist({
|
432
|
userId: this.data.originUid,
|
432
|
userId: this.data.originUid,
|
433
|
helpUserId: app.getUnionID(),
|
433
|
helpUserId: app.getUnionID(),
|
434
|
- helpUserName: userInfo.nickName,
|
|
|
435
|
- helpUserImgUrl: userInfo.avatarUrl,
|
434
|
+ helpUserName: userInfo.wechat.nickName ? userInfo.wechat.nickName : '',
|
|
|
435
|
+ helpUserImgUrl: userInfo.wechat.avatarUrl ? userInfo.wechat.avatarUrl : '',
|
436
|
limitProductCode: this.data.limitProductCode,
|
436
|
limitProductCode: this.data.limitProductCode,
|
437
|
activityId: this.data.activityId
|
437
|
activityId: this.data.activityId
|
438
|
}).then(() => {
|
438
|
}).then(() => {
|