智慧保安互联网APP
zengh
2021-08-19 996619fc839f4a506978ee834cd2ee4b03cc1471
好友功能完善
2 files modified
9 ■■■■ changed files
components/contacts/contacts.vue 3 ●●●● patch | view | raw | blame | history
pages/groupChat/chating.vue 6 ●●●● patch | view | raw | blame | history
components/contacts/contacts.vue
@@ -77,7 +77,8 @@
                var datas = this.Pdata;
                //alert(datas.name)
                uni.navigateTo({
                    url: '/pages/groupChat/chating?chatID=' + datas.recipientId.toString()
                    url: '/pages/groupChat/chating?chatID=' + datas.recipientId.toString() + '&data=' + JSON.stringify(
                        datas)
                });
            },
            QZchating() {
pages/groupChat/chating.vue
@@ -172,7 +172,11 @@
            console.log(data,55555555555555555555555)
            this.name = ['wo',option.chatID];
            // console.log(data)
            this.callName = data.name;
            if(typeof data.recipientName == "undefined"){
                this.callName = data.realName;
            }else{
                this.callName = data.recipientName;
            }
        },
        methods:{
            // 返回键