意见反馈增加图片上传
This commit is contained in:
@@ -229,8 +229,16 @@
|
||||
}
|
||||
},
|
||||
onHide() {
|
||||
clearInterval(account)
|
||||
this.$refs.countDown.pause();
|
||||
try{
|
||||
clearInterval(account)
|
||||
this.$refs.countDown.pause();
|
||||
}catch(err){
|
||||
uni.showToast({
|
||||
title: err,
|
||||
icon : 'none'
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user