调整过渡页面

This commit is contained in:
aixianling
2021-12-07 20:38:13 +08:00
parent 70e6d98378
commit 54ef536bf0
2 changed files with 10 additions and 3 deletions

View File

@@ -30,6 +30,9 @@ export default {
if (this.status == "error") {
obj.image = this.$cdn + "result/fail.png"
obj.tips = this.tips || "提交失败!"
} else if (this.status == "loading") {
obj.image = "https://cdn.cunwuyun.cn/wxAdmin/img/message.png"
obj.tips = this.tips || "数据读取中..."
}
return obj
}