From a7a28c10e6a6d756c00e2bd4a590e785b87f1331 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 08 三月 2023 15:37:54 +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