Authored by 张帅

Revert "用户管理页面兼容微信头像"

This reverts commit 7a6d9132.
... ... @@ -140,11 +140,7 @@
if(value == null || value==""){
return "";
}
var url = value;
if(value.indexOf("https://wx.qlogo.cn") < 0){
url = value+ '?imageView/2/w/60/h/60';
}
return '<div><img style="width: 60px;height: 60px" src="'+url+'"/></div>';
return '<div><img style="width: 60px;height: 60px" src="'+value+ '?imageView/2/w/60/h/60"/></div>';
}
}, {
title: "数据统计",
... ...
... ... @@ -197,11 +197,7 @@
if(value == null || value==""){
return "";
}
var url = value;
if(value.indexOf("https://wx.qlogo.cn") < 0){
url = value+ '?imageView/2/w/60/h/60';
}
return '<div><img style="width: 60px;height: 60px" src="'+url+'"/></div>';
return '<div><img style="width: 60px;height: 60px" src="'+value+'?imageView/2/w/60/h/60"/></div>';
}
}, {
title: "签名",
... ...