From 36646769bfa67f4fc3951c0fa788c7befacd009b Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Fri, 29 Oct 2021 16:36:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=B4=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Pay/Pay.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Pay/Pay.vue b/src/views/Pay/Pay.vue index 576d5f5..e29cfa3 100644 --- a/src/views/Pay/Pay.vue +++ b/src/views/Pay/Pay.vue @@ -149,7 +149,7 @@ export default { this.fileId = res.fileId; if (!this.fileId) { - this.$message.info('图片上传未完成或未上传图片'); + this.$message.info('请上传支付凭证'); return false; }