From 228c71759ce19147daff0dc44e777ef49ae4396c Mon Sep 17 00:00:00 2001 From: "bai.jinyan" Date: Thu, 30 Dec 2021 23:33:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E9=97=AE=E9=A2=98=E5=A4=84?= =?UTF-8?q?=E7=90=86-=E4=BF=AE=E6=94=B9=E9=93=B6=E8=A1=8C=E5=8D=A1?= =?UTF-8?q?=E8=87=AA=E4=BF=9D=E4=BB=B6=E4=BB=A3=E7=90=86=E4=BA=BA=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=AD=BE=E7=BD=B2=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= =?UTF-8?q?--=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E7=99=BD=E9=87=91?= =?UTF-8?q?=E5=B2=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 7814585c1ce095ebe97dcccc7f67474b57a68494) --- src/views/ebiz/sale/SignatureConfirmation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index 633cdd5e3..f4a1c4762 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -1527,7 +1527,7 @@ export default { } } } else if(item.signType == '3'){ - that.showAgentView=1; + that.showAgentView = !localStorage.changeCard?1:0 that.agentSign.push(item)//代理人 that.addKey(item) }else {