From 7fc7d7060275296045e841d4b6aa2e89bfb55f23 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期四, 05 九月 2024 17:57:30 +0800
Subject: [PATCH] 1

---
 pages/login/supplier-reg.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/login/supplier-reg.vue b/pages/login/supplier-reg.vue
index 4d8ec72..52f5807 100644
--- a/pages/login/supplier-reg.vue
+++ b/pages/login/supplier-reg.vue
@@ -197,7 +197,7 @@
 					success: async function(res) {
 						console.log('条码内容:' + res.result);
 						if (!res.result) {
-							that.$message.showToast('未识别出信息,请用微信扫码打开')
+							that.$message.showToast('未识别出合伙人信息,请用微信扫码打开')
 							return
 						}
 						var dto = undefined

--
Gitblit v1.9.3