fix: 移除重复的VIP提示代码
清理index.php中重复的VIP客户提示代码,保持代码简洁
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user