提交 f033d37a 编写于 作者: Skyeye云's avatar Skyeye云

BUG0067 会员信息页面:无任何搜索条件,页面默认显示一条会员数据

上级 90e550d1
...@@ -202,7 +202,7 @@ layui.config({ ...@@ -202,7 +202,7 @@ layui.config({
var phone = $("#phone").val(); var phone = $("#phone").val();
var email = $("#email").val(); var email = $("#email").val();
if(isNull(contacts) && isNull(phone) && isNull(email)){ if(isNull(contacts) && isNull(phone) && isNull(email)){
contacts = "!-!"; contacts = "!-!!@#$%^&*";
} }
return { return {
contacts: contacts, contacts: contacts,
......
...@@ -127,7 +127,7 @@ layui.config({ ...@@ -127,7 +127,7 @@ layui.config({
var phone = $("#phone").val(); var phone = $("#phone").val();
var email = $("#email").val(); var email = $("#email").val();
if(isNull(contacts) && isNull(phone) && isNull(email)){ if(isNull(contacts) && isNull(phone) && isNull(email)){
contacts = "!-!"; contacts = "!-!!@#$%^&*";
} }
return { return {
contacts: contacts, contacts: contacts,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册