From c825fcbc8facbcade3d17242e7f302069a3001cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E4=BC=9F?= Date: Mon, 2 Dec 2019 14:23:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=89=A7=E7=AD=BE=E6=94=B6=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/serve/Result.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/serve/Result.vue b/src/views/ebiz/serve/Result.vue index 5ac6d074f..43a6a84c9 100644 --- a/src/views/ebiz/serve/Result.vue +++ b/src/views/ebiz/serve/Result.vue @@ -10,7 +10,7 @@

提交失败

-
+
返回
@@ -25,7 +25,9 @@ export default { submitStatus: '', srcSuccess: this.$assetsUrl + 'images/success.png', - srcFail: this.$assetsUrl + 'images/fail.png' + srcFail: this.$assetsUrl + 'images/fail.png', + // 是否从详情跳过来 如果为1 是 + detailJump: '' } }, methods: { @@ -43,7 +45,7 @@ export default { [CellGroup.name]: CellGroup }, mounted() { - // let that = this + this.detailJump = window.localStorage.getItem('detailJump') document.body.style.backgroundColor = '#fff' this.submitStatus = window.localStorage.getItem('submitStatus') },