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) }) - - } // 判定是否在范围内