|
|
|
@ -588,7 +588,7 @@ const handleSendMoreVisible = () => {
|
|
|
|
setTimeout(()=>{
|
|
|
|
setTimeout(()=>{
|
|
|
|
if (sendMoreVisible.value) {
|
|
|
|
if (sendMoreVisible.value) {
|
|
|
|
uni.$emit(events.KeyboardEvent, 230);
|
|
|
|
uni.$emit(events.KeyboardEvent, 230);
|
|
|
|
uni.$emit("msgKeyHeight", uni.getSystemInfoSync().windowHeight - 260); // 传递实际可用高度
|
|
|
|
uni.$emit("msgKeyHeight", uni.getSystemInfoSync().windowHeight - 360); // 传递实际可用高度
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
uni.$emit(events.KeyboardEvent, 0);
|
|
|
|
uni.$emit(events.KeyboardEvent, 0);
|
|
|
|
uni.$emit("msgKeyHeight", '100%'); // 传递实际可用高度
|
|
|
|
uni.$emit("msgKeyHeight", '100%'); // 传递实际可用高度
|
|
|
|
|