|
@@ -153,7 +153,9 @@ export default {
|
|
|
detail: {
|
|
|
postId: '',
|
|
|
postBizData: {
|
|
|
- imagePath: ''
|
|
|
+ imagePath: '',
|
|
|
+ postUserInfo: {
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
title: '',
|
|
@@ -244,7 +246,9 @@ export default {
|
|
|
let _obj = {
|
|
|
postId: this.detail.postId,
|
|
|
receivedId: data.data.receivedId,
|
|
|
- receiveAmount:data.data.receiveAmount
|
|
|
+ receiveAmount:data.data.receiveAmount,
|
|
|
+ srcContentId: this.detail.srcContentId,
|
|
|
+ postNickName: this.detail.postBizData.postUserInfo.nickName
|
|
|
}
|
|
|
this.receiveAmount = data.data.receiveAmount
|
|
|
this.received_log.push(_obj)
|