diff --git a/src/project/pidu/AppSensitive/conversationRecord.vue b/src/project/pidu/AppSensitive/conversationRecord.vue index 0c868748..bbdfa2ff 100644 --- a/src/project/pidu/AppSensitive/conversationRecord.vue +++ b/src/project/pidu/AppSensitive/conversationRecord.vue @@ -143,20 +143,14 @@ export default { }, onLoad(option) { console.log(option) - // userId: 'ChenChen', - // toUserId: 'LiuYe', - // toName: '刘烨', - // type: '0', - // seq: '12481' - - // this.params = {...option} - this.params = { - userId: 'ChenChen', - toUserId: 'LiuYe', - toName: '刘烨', - type: '0', - seq: '12481' - } + this.params = {...option} + // this.params = { + // userId: 'ChenChen', + // toUserId: 'LiuYe', + // toName: '刘烨', + // type: '0', + // seq: '12481' + // } this.id = this.params.userId this.scrollHeight = uni.getSystemInfoSync().windowHeight - 56 this.injectJWeixin('openLocation')