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

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

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