From 501e7180823c29e893d87efabd0e2b9a629bae40 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 20 Aug 2021 17:25:09 +0800
Subject: [PATCH] 下拉刷新等
---
components/contacts/contacts.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/components/contacts/contacts.vue b/components/contacts/contacts.vue
index 8d8c7e2..b9dafa2 100644
--- a/components/contacts/contacts.vue
+++ b/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() {
--
Gitblit v1.9.3