兼容app,修改海报生成的问题

This commit is contained in:
gaoxs
2020-05-01 17:48:23 +08:00
parent 1f3fbde86e
commit 9ae2a1d223
39 changed files with 703 additions and 589 deletions

View File

@ -201,7 +201,7 @@ export default {
});
} catch (err) {
uni.showToast({
title: err.msg || err.response.data.msg,
title: err.msg || err.response.data.msg|| err.response.data.message,
icon: "none",
duration: 2000
});

View File

@ -211,7 +211,7 @@ export default {
// .catch(err => {
// uni.hideLoading();
// uni.showToast({
// title: err.msg || err.response.data.msg,
// title: err.msg || err.response.data.msg|| err.response.data.message,
// icon: 'none',
// duration: 2000
// });