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();
}
}
}