更改样式

This commit is contained in:
zoujiandong 2023-09-19 09:36:04 +08:00
parent 64ac0905da
commit eab9fbcb91
2 changed files with 12 additions and 7 deletions

View File

@ -134,7 +134,7 @@
height: 100rpx; height: 100rpx;
background-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);
display: flex; display: flex;
padding:0 20rpx; padding:0 10rpx;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.08); box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.08);
@ -162,7 +162,7 @@
.time_desc .item{ .time_desc .item{
color:#E34D59; color:#E34D59;
display:inline-flex; display:flex;
white-space: nowrap; white-space: nowrap;
align-items: center; align-items: center;
font-size: 32rpx; font-size: 32rpx;

15
app.js
View File

@ -131,7 +131,7 @@ App({
}); });
wx.$TUIKit.off(wx.$TUIKitTIM.EVENT.SDK_READY, this.onSDKReady); //wx.$TUIKit.off(wx.$TUIKitTIM.EVENT.SDK_READY, this.onSDKReady);
wx.$TUIKit.setLogLevel(3);//设置日志级别 wx.$TUIKit.setLogLevel(3);//设置日志级别
wx.$TUIKit.on(wx.$TUIKitTIM.EVENT.SDK_READY, this.onSDKReady, this); wx.$TUIKit.on(wx.$TUIKitTIM.EVENT.SDK_READY, this.onSDKReady, this);
wx.$TUIKit.on(wx.$TUIKitTIM.EVENT.TOTAL_UNREAD_MESSAGE_COUNT_UPDATED, this.onTotalUnreadMessageCountUpdated); wx.$TUIKit.on(wx.$TUIKitTIM.EVENT.TOTAL_UNREAD_MESSAGE_COUNT_UPDATED, this.onTotalUnreadMessageCountUpdated);
@ -165,7 +165,7 @@ App({
// console.log("未读消息数量:", totalUnreadCount) // console.log("未读消息数量:", totalUnreadCount)
}, },
onSDKReady(){ onSDKReady(){
// console.log("onSDKReady from app.js"); console.log("onSDKReady from app.js");
this.globalData.chat_sdk_ready = true; this.globalData.chat_sdk_ready = true;
// let promise = wx.$TUIKit.deleteConversation('C2C500318318078251008'); // let promise = wx.$TUIKit.deleteConversation('C2C500318318078251008');
@ -196,11 +196,16 @@ App({
if(!index_info) wx.setStorageSync(userID+'_index_info',""); if(!index_info) wx.setStorageSync(userID+'_index_info',"");
if(!my_info) wx.setStorageSync(userID+'_my_info', ""); if(!my_info) wx.setStorageSync(userID+'_my_info', "");
this.formatWenZhenInfo(); this.formatWenZhenInfo();
wx.$TUIKit.off(wx.$TUIKitTIM.EVENT.MESSAGE_RECEIVED, this.$onSystemPushReceived);
wx.$TUIKit.on(wx.$TUIKitTIM.EVENT.MESSAGE_RECEIVED, this.$onSystemPushReceived, this); wx.$TUIKit.on(wx.$TUIKitTIM.EVENT.MESSAGE_RECEIVED, this.$onSystemPushReceived, this);
//互踢 //互踢
wx.$TUIKit.on(wx.$TUIKitTIM.EVENT.KICKED_OUT, this.onKickedOut); console.log("互踢");
wx.$TUIKit.on(wx.$TUIKitTIM.EVENT.KICKED_OUT, this.onKickedOut,this);
},
onUnload(){
wx.$TUIKit.off(wx.$TUIKitTIM.EVENT.SDK_READY, this.onSDKReady);
wx.$TUIKit.off(wx.$TUIKitTIM.EVENT.MESSAGE_RECEIVED, this.$onSystemPushReceived);
wx.$TUIKit.off(wx.$TUIKitTIM.EVENT.TOTAL_UNREAD_MESSAGE_COUNT_UPDATED, this.onTotalUnreadMessageCountUpdated);
wx.$TUIKit.off(wx.$TUIKitTIM.EVENT.KICKED_OUT,this.$onKickedOut);
}, },
onKickedOut(){ onKickedOut(){
// console.log("onKickedOutonKickedOutonKickedOutonKickedOut"); // console.log("onKickedOutonKickedOutonKickedOutonKickedOut");