@@ -200,10 +200,12 @@ export default {
};
this.$api.systemInterview(data).then(res => {
if (res.data.code === 200) {
- uni.showToast({
- title: '已投递',
- icon: 'success'
- });
+ setTimeout(()=>{
+ uni.showToast({
+ title: '已投递',
+ icon: 'success'
+ });
+ },500);
self.showTD = false;
} else {
uni.showToast({