From 6ddfd6c05776b211a2f70795f85156ead9a52492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Tue, 29 Jul 2025 18:03:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(bpic=5Feli):=20=E4=BF=AE=E5=A4=8D=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E8=8F=9C=E5=8D=95=E5=90=8E=E6=8A=95=E4=BF=9D=E4=BA=BA?= =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E6=8C=89=E9=92=AE=E6=9C=AA=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在获取详情函数中添加了对 actions 元素的显示和隐藏逻辑 -通过设置元素的 display 属性来控制按钮的显示状态 --- public/bpic_eli/risk_history.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/bpic_eli/risk_history.html b/public/bpic_eli/risk_history.html index 5fa4aaa..79ef515 100644 --- a/public/bpic_eli/risk_history.html +++ b/public/bpic_eli/risk_history.html @@ -584,7 +584,7 @@

投保人

-
+
@@ -932,6 +932,8 @@ // 获取详情 getDetail: function(navItem) { + var actions = document.getElementById('actions'); + actions.style.display = ''; console.log(navItem) if(navItem.checkStatus === 2){ // 从URL获取taCode @@ -1144,6 +1146,8 @@ } ); } else { + + actions.style.display = 'none'; // 添加加载提示 var resultDom = document.getElementById('detail-container'); resultDom.innerHTML =