敏感词
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user