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