fix: 修正VIP客户搜索中未定义变量的问题
This commit is contained in:
@@ -1023,7 +1023,7 @@ $packages_json = json_encode(array_map(function($package) {
|
||||
}
|
||||
|
||||
// 在VIP客户中搜索匹配的手机号
|
||||
const matchedVIP = allVIPCustomers.find(vip => vip.phone.includes(phone));
|
||||
const matchedVIP = window.allVIPCustomers.find(vip => vip.phone.includes(phone));
|
||||
|
||||
if (matchedVIP) {
|
||||
// 显示VIP客户提示
|
||||
|
||||
Reference in New Issue
Block a user