Authored by htoooth

fix

@@ -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(() => {
@@ -254,7 +254,7 @@ @@ -254,7 +254,7 @@
254 254
255 <action-bar wx:elif="{{queueStatus === 3}}"> 255 <action-bar wx:elif="{{queueStatus === 3}}">
256 <view class="top-assis-action"> 256 <view class="top-assis-action">
257 - <view class="top-title" >你的好友邀请你为ta助力参加排队</view> 257 + <view class="top-title" >你的好友邀请你为ta助力排队</view>
258 <view class="top-action"> 258 <view class="top-action">
259 <view class="top-ok" bindtap="queueAction">帮ta助力</view> 259 <view class="top-ok" bindtap="queueAction">帮ta助力</view>
260 <view class="top-cancel" bindtap="queueCancel">取消</view> 260 <view class="top-cancel" bindtap="queueCancel">取消</view>