http, reject 修改

This commit is contained in:
2024-11-06 14:44:07 +08:00
parent 6720928761
commit e919d0136d
2 changed files with 3 additions and 2 deletions

View File

@ -190,9 +190,10 @@
this.h5GoBack()
});
} catch (e) {
console.log('eee', e)
Dialog.alert({
title: '提示',
message: e.msg + '发票提交出错',
message: e + '发票提交出错',
}).then(() => {
});