From f6b65e4cd65d29b1d1528dfe999010669ebabadc Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 21 Jun 2023 09:26:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=8F=E6=84=9F=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pidu/AppSensitive/conversationRecord.vue | 22 +++++++------------ 1 file changed, 8 insertions(+), 14 deletions(-) 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')