From b0b7576822edbf81c19a880a60426b7a84c4176c Mon Sep 17 00:00:00 2001
From: liwentao <1376563863@qq.com>
Date: 星期五, 21 七月 2023 17:57:56 +0800
Subject: [PATCH] 待确认 vf页面:

---
 force-app/main/default/pages/AccountQualifyAlert.page |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/pages/AccountQualifyAlert.page b/force-app/main/default/pages/AccountQualifyAlert.page
index bd3010f..8626d85 100644
--- a/force-app/main/default/pages/AccountQualifyAlert.page
+++ b/force-app/main/default/pages/AccountQualifyAlert.page
@@ -1,9 +1,10 @@
-<apex:page standardController="Account"  extensions="AccountQualifyAlertController" showHeader="false" sidebar="false" action="{!init}">
+<apex:page standardController="Account"  extensions="AccountQualifyAlertController" showHeader="false" sidebar="false" action="{!init}" lightningStylesheets="true">
 	<apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
     <apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
     <script type="text/javascript">
-		function init() {	
+		function init() {
 			var is_Alert_Qualify = '{!is_Alert_Qualify}';
+			alert(is_Alert_Qualify)
 			if(is_Alert_Qualify == 'true'){
 				alert('鍖婚櫌淇℃伅鍙戠敓鍙樺寲锛岃閲嶆柊鐢宠鍖婚櫌璧勮川瀹℃壒锛�');
 			}
@@ -11,4 +12,4 @@
 	</script>
 	<body onload="init()">
 	</body>
-</apex:page>
\ No newline at end of file
+</apex:page>

--
Gitblit v1.9.1