Commit e914dfef authored by xinzhedeai's avatar xinzhedeai

add:待审核接口 请求失败,提示操作失败改为后台动态提示语-message

parent 799f551f
...@@ -772,7 +772,7 @@ window.onload = function () { ...@@ -772,7 +772,7 @@ window.onload = function () {
}, 1000); }, 1000);
}else{ }else{
vant.Toast({ vant.Toast({
message: '操作失败', message: result.message || '操作失败',
}) })
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment