@@ -16,10 +16,15 @@ function errorCreate (msg) {
// 反馈消息弹框提示
function noticeMsg (dataAxios, type) {
- if (!dataAxios.msg) {
+ let msg
+ if (dataAxios.msg) {
+ msg = dataAxios.msg
+ }
+ if (dataAxios.message) {
+ msg = dataAxios.message
return
}
- if (!dataAxios.message) {
+ if (!msg) {
Message({