From 50046ace849d3fd1c2f7b295f81a5b9ec06ca082 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Mon, 29 Aug 2022 18:44:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/unlicensedCarIn/unlicensedCarIn.vue | 27 ++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/pages/unlicensedCarIn/unlicensedCarIn.vue b/pages/unlicensedCarIn/unlicensedCarIn.vue index 8151a3d..bf0f93e 100644 --- a/pages/unlicensedCarIn/unlicensedCarIn.vue +++ b/pages/unlicensedCarIn/unlicensedCarIn.vue @@ -55,6 +55,22 @@ class="cu-btn bg-green shadow-blur round lg">立即入场 + + + + + 温馨提示 + + + + + 车牌号提交成功! + + + 关闭 + + + @@ -95,6 +111,7 @@ communityId: '', appId: '', machineId: '', + showToastFlag:false, } }, components: { @@ -173,13 +190,13 @@ }) return; } - uni.showToast({ - icon: 'none', - title: '车牌号提交成功!' - }) - window.location.reload(); + this.showToastFlag = true; + return; }) + }, + _closeToastModal:function(){ + window.location.reload(); } } }