From ae28f9db9fa0ebe24b9c21cb37daf23bafee7e92 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期一, 13 三月 2023 18:06:26 +0800
Subject: [PATCH] 修改禁言和取消禁言
---
miniprogram/pages/manager/group/message/index.ts | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/miniprogram/pages/manager/group/message/index.ts b/miniprogram/pages/manager/group/message/index.ts
index 8deaeb6..23f7e9f 100644
--- a/miniprogram/pages/manager/group/message/index.ts
+++ b/miniprogram/pages/manager/group/message/index.ts
@@ -44,7 +44,7 @@
url:'../message/records/index?id='+this.data.groupId
})
},
- more() {
+more() {
console.log("杩涙潵浜�", this.data.scrollTop)
if (this.data.isShow == false) {
this.setData({
@@ -91,10 +91,21 @@
value:""
})
console.log(this.data.messageList)
- wx.setStorageSync('time',time)
+ try {
+ wx.setStorageSync('time', 'time')
+ } catch (e) { }
+ // wx.setStorageSync('time','time')
+ this.setData({
+ isInput : 1
+ })
+
+
+
wx.createSelectorQuery().select('#chat')
+
.boundingClientRect(function(rect){
console.log('rectheight',rect);
+
/* 灏嗛〉闈㈢Щ鍔ㄥ埌鏈�搴曢儴锛堢敤xxx鐨刪eight瀹氫綅锛� */
wx.pageScrollTo({
scrollTop: rect.height
--
Gitblit v1.8.0