From 082d60e2dab207ef185bb64e6fd5c93024cc49a7 Mon Sep 17 00:00:00 2001 From: wangzhuo Date: Fri, 19 Sep 2025 13:48:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=87=BA=E5=B7=AE=E6=89=93=E5=8D=A1-?= =?UTF-8?q?=E7=AE=80=E5=8C=96=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/business/CRM/map/vistorCheckin.vue | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/pages/business/CRM/map/vistorCheckin.vue b/src/pages/business/CRM/map/vistorCheckin.vue index 1a4d82c..60a651c 100644 --- a/src/pages/business/CRM/map/vistorCheckin.vue +++ b/src/pages/business/CRM/map/vistorCheckin.vue @@ -131,10 +131,7 @@ const handleCancel = () => { businessTripClockIn(form).then(res=>{ feedback(res,()=>console.log('出差打卡成功')); }).catch(e=>{ - uni.showToast({ - icon: 'none', - title: e - }) + console.log(e); }) } // 打卡 @@ -142,13 +139,8 @@ let handleConfirm = () => { addStartMapForClockIn(form).then(res=>{ feedback(res, ()=>console.log('打卡成功')); }).catch(e=>{ - uni.showToast({ - icon: 'none', - title: e - }) + console.log(e) }) - - } // 判定是否在范围内