Compare commits

..

No commits in common. '39af741ceddfc7df01aa73c9bf38474eec5494f7' and '9138242579115c99973fa0d6ab4123fe9fc24054' have entirely different histories.

@ -570,13 +570,13 @@ const handleEmojiVisible = () => {
uni.$emit(events.ON_SCROLL_BOTTOM); uni.$emit(events.ON_SCROLL_BOTTOM);
}, 80); }, 80);
}; };
watch(sendMoreVisible, (val) => { // watch(sendMoreVisible, (val) => {
if (val) { // if (val) {
uni.$emit("msgKeyHeight", uni.getSystemInfoSync().windowHeight - 230 - ssff.value); // // uni.$emit("msgKeyHeight", uni.getSystemInfoSync().windowHeight - 270); //
} else { // } else {
uni.$emit("msgKeyHeight", "100%"); // // uni.$emit("msgKeyHeight", "100%"); //
} // }
}); // });
// "+" // "+"
const handleSendMoreVisible = () => { const handleSendMoreVisible = () => {
if (isTeamMute.value) return; if (isTeamMute.value) return;
@ -587,10 +587,10 @@ 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 - 230 - ssff.value); // 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%'); //
} }
uni.$emit(events.ON_SCROLL_BOTTOM); uni.$emit(events.ON_SCROLL_BOTTOM);

Loading…
Cancel
Save