From e96716aebf37fde60d133a86996ef2f9ce7ec330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B1=95=E9=B9=8F?= Date: Wed, 19 Nov 2025 16:40:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E7=9A=84VIP=E6=8F=90=E7=A4=BA=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 清理index.php中重复的VIP客户提示代码,保持代码简洁 --- index.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/index.php b/index.php index b6ccc97..8c0bd77 100644 --- a/index.php +++ b/index.php @@ -1272,14 +1272,7 @@ $packages_json = json_encode(array_map(function($package) { document.addEventListener('DOMContentLoaded', function() { setupVIPDebugPanel(); }); - tipDiv.innerHTML = ` - 💡 提示:未找到该手机号的VIP客户
- 如果此客户是VIP客户,请检查手机号是否正确 - `; - tipDiv.className = 'phone-vip-tip suggestion'; - tipDiv.style.display = 'block'; - } - } + // 切换到VIP模式 function switchToVIPMode(vipId = null) {