Browse Source

app2.0 - 通讯录禁用点击事件

临城职教中职
ndbs 2 years ago
parent
commit
caf41f1d38
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/contact.vue

+ 1
- 0
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/contact.vue View File

@@ -33,6 +33,7 @@ export default {
methods: {
// 处理点击用户的场合,跳转到消息页
userClick(item) {
return
this.NAV_TO(`/pages/msg/chat?id=${item.id}&name=${item.name}`)
}
},


Loading…
Cancel
Save