qxf #113

Merged
qxf merged 13 commits from qxf into master 2020-11-27 03:41:51 +00:00
Showing only changes of commit 1529dcb6e6 - Show all commits

View File

@ -148,7 +148,13 @@ export default {
type: 'error' type: 'error'
}); });
} }
} },
fail: function () {
this.$refs.uToast.show({
title: '网络似乎断开了,请检查网络后重试!',
type: 'error'
});
}
}); });
// //