This commit is contained in:
yanghang
2025-07-22 16:16:35 +08:00
parent ce3372b67c
commit 128babf07f
+1
View File
@@ -206,6 +206,7 @@ const getRecordPermission = (obj) => {
}
const isMoving = ref(false)
const showOverlayTalking = (obj) => {
if(showTalkingModel.value) return
if(isLoadingState.value){
uni.showToast({
title: props.loadingText,