敏感词

This commit is contained in:
liuye
2023-06-21 09:26:47 +08:00
parent 4a9529b6a7
commit f6b65e4cd6

View File

@@ -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')