|
|
@@ -235,11 +235,15 @@ export default {
|
|
|
beforeDestroy() {
|
|
|
window.openCameraCallBack = null;
|
|
|
window.openNFCScanCallBack = null;
|
|
|
+ this.$toast.clear();
|
|
|
+ clearInterval(this.timer);
|
|
|
},
|
|
|
methods: {
|
|
|
onClose(){
|
|
|
window.openCameraCallBack = null;
|
|
|
window.openNFCScanCallBack = null;
|
|
|
+ this.$toast.clear();
|
|
|
+ clearInterval(this.timer);
|
|
|
},
|
|
|
//长度校验
|
|
|
validator(val) {
|