Commit 9a97481f by wjg

缩略图不压缩

parent 7477c2dd
...@@ -217,7 +217,8 @@ public class Utils { ...@@ -217,7 +217,8 @@ public class Utils {
if (StringUtils.isEmpty(url)) { if (StringUtils.isEmpty(url)) {
return null; return null;
} }
return url + "?x-oss-process=image/resize,m_fill,h_100,w_100"; // return url + "?x-oss-process=image/resize,m_fill,h_100,w_100";
return url;
} }
public static Typeface getAmountFont(Context context) { public static Typeface getAmountFont(Context context) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment