fix: 移除重复的VIP提示代码

清理index.php中重复的VIP客户提示代码,保持代码简洁
This commit is contained in:
2025-11-19 16:40:41 +08:00
parent 99aa5e6866
commit e96716aebf
+1 -8
View File
@@ -1272,14 +1272,7 @@ $packages_json = json_encode(array_map(function($package) {
document.addEventListener('DOMContentLoaded', function() {
setupVIPDebugPanel();
});
tipDiv.innerHTML = `
💡 <strong>提示:</strong>未找到该手机号的VIP客户<br>
如果此客户是VIP客户,请检查手机号是否正确
`;
tipDiv.className = 'phone-vip-tip suggestion';
tipDiv.style.display = 'block';
}
}
// 切换到VIP模式
function switchToVIPMode(vipId = null) {