意见反馈增加图片上传

This commit is contained in:
唐明明
2022-06-13 17:38:35 +08:00
parent 05bc9cc449
commit 63c5a7e701
11 changed files with 1812 additions and 1575 deletions

View File

@@ -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>