From 8475b9f98c8a4c95446f02be4bf2a64e359c359a Mon Sep 17 00:00:00 2001
From: liwentao <1376563863@qq.com>
Date: 星期五, 11 八月 2023 09:10:31 +0800
Subject: [PATCH] 与测试环境对比,部分代码已被人修改,删除其中的alert和部分硬编码,还原测试环境代码逻辑

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

diff --git a/force-app/main/default/pages/AccountQualifyAlert.page b/force-app/main/default/pages/AccountQualifyAlert.page
index bd3010f..52fad8b 100644
--- a/force-app/main/default/pages/AccountQualifyAlert.page
+++ b/force-app/main/default/pages/AccountQualifyAlert.page
@@ -1,8 +1,8 @@
-<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}';
 			if(is_Alert_Qualify == 'true'){
 				alert('鍖婚櫌淇℃伅鍙戠敓鍙樺寲锛岃閲嶆柊鐢宠鍖婚櫌璧勮川瀹℃壒锛�');

--
Gitblit v1.9.1