敏感词

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) { onLoad(option) {
console.log(option) console.log(option)
this.params = {...option}
// this.params = {
// userId: 'ChenChen', // userId: 'ChenChen',
// toUserId: 'LiuYe', // toUserId: 'LiuYe',
// toName: '刘烨', // toName: '刘烨',
// type: '0', // type: '0',
// seq: '12481' // seq: '12481'
// }
// this.params = {...option}
this.params = {
userId: 'ChenChen',
toUserId: 'LiuYe',
toName: '刘烨',
type: '0',
seq: '12481'
}
this.id = this.params.userId this.id = this.params.userId
this.scrollHeight = uni.getSystemInfoSync().windowHeight - 56 this.scrollHeight = uni.getSystemInfoSync().windowHeight - 56
this.injectJWeixin('openLocation') this.injectJWeixin('openLocation')