diff --git a/otherPages/orderTakingManage/detail/index.vue b/otherPages/orderTakingManage/detail/index.vue index 2bb0b1f..a3fa6f6 100644 --- a/otherPages/orderTakingManage/detail/index.vue +++ b/otherPages/orderTakingManage/detail/index.vue @@ -348,6 +348,15 @@ } const conform = async () => { + + if(confirmStatus.value.includes(false)){ + uni.showToast({ + title: '请点击确认', + icon: "none" + }); + return + } + close(); // 重置确认状态 confirmStatus.value = [false, false, false];